X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/97f0dbd6f81fae70cbef690c0c0af10cf4334659..6d52ca536a0ecb6e69474d30461f6128497505a0:/utils/ifacecheck/rungccxml.sh.in 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