summaryrefslogtreecommitdiff
path: root/hints/qnx.sh
diff options
context:
space:
mode:
authorJan-Pieter Cornet <johnpc@xs4all.nl>1998-03-18 03:47:38 +0100
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-04-02 14:14:22 +0000
commit99cae59c9804a54de2c24faf30346c9dabda889c (patch)
tree56540cbdac108045456f2f0eb4e460ee3a6db2cd /hints/qnx.sh
parent5bcc2b3c4243c75d999b1814d035e4f463dd6615 (diff)
downloadperl-99cae59c9804a54de2c24faf30346c9dabda889c.tar.gz
Configure hints/ patches
p4raw-id: //depot/perl@840
Diffstat (limited to 'hints/qnx.sh')
-rw-r--r--hints/qnx.sh4
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`