diff options
Diffstat (limited to 'hints/qnx.sh')
-rw-r--r-- | hints/qnx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/qnx.sh b/hints/qnx.sh index 7b7c9e616b..b53a33d737 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 <lib> [<lib> ...] @@ -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` |