X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fqnx.sh;h=b53a33d7370ff8bd62359be4b5809239b5a8b5be;hb=e7fb4fcc32f3c99c65223673d1c5ff75c8e9d3b3;hp=7b7c9e616bd68ed598c9db0fbb6938faf730b80e;hpb=7fbf1995491e949f272b62425198e9acc037df4d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/qnx.sh b/hints/qnx.sh index 7b7c9e6..b53a33d 100644 --- a/hints/qnx.sh +++ b/hints/qnx.sh @@ -143,7 +143,7 @@ if [ -z "`which nm 2>/dev/null`" ]; then Creating a quick-and-dirty nm cover for Configure to use: EOF - cat >../UU/nm <<-'EOF' + cat >./UU/nm <<-'EOF' #! /bin/sh #__USAGE #%C [ ...] @@ -159,7 +159,7 @@ if [ -z "`which nm 2>/dev/null`" ]; then } }' EOF - chmod +x ../UU/nm + chmod +x ./UU/nm fi cppstdin=`which cpp 2>/dev/null`