]> git.saurik.com Git - wxWidgets.git/commitdiff
generate the output gcc XML file always in the same folder where 'rungccxml.sh' scrip...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 8 Nov 2008 14:38:36 +0000 (14:38 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 8 Nov 2008 14:38:36 +0000 (14:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/ifacecheck/rungccxml.sh.in

index d50c4189ea1d0445ad70fb887d37b7cba7690e48..be2eace224398d4f341ad16395c9e3b8a7b2fa05 100755 (executable)
@@ -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