From 027c8a000aa5f88e4d211a7b4e9a60762b62e87b Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sat, 8 Nov 2008 14:38:36 +0000 Subject: [PATCH] generate the output gcc XML file always in the same folder where 'rungccxml.sh' script is placed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/ifacecheck/rungccxml.sh.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/utils/ifacecheck/rungccxml.sh.in b/utils/ifacecheck/rungccxml.sh.in index d50c4189ea..be2eace224 100755 --- a/utils/ifacecheck/rungccxml.sh.in +++ b/utils/ifacecheck/rungccxml.sh.in @@ -31,10 +31,9 @@ if [[ ! -z "$1" ]]; then fi me=$(basename $0) -path=${0%%/$me} -current=$(pwd) # current path +current=$(pwd)/${0%%/$me} # current path -#gccxmloutput="$current/$gccxmloutput" +gccxmloutput="$current/$gccxmloutput" cd @top_srcdir@/include # go to wx include folder