summaryrefslogtreecommitdiff
path: root/hints/linux.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/linux.sh
parent5bcc2b3c4243c75d999b1814d035e4f463dd6615 (diff)
downloadperl-99cae59c9804a54de2c24faf30346c9dabda889c.tar.gz
Configure hints/ patches
p4raw-id: //depot/perl@840
Diffstat (limited to 'hints/linux.sh')
-rw-r--r--hints/linux.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/linux.sh b/hints/linux.sh
index 7347945c48..545f50eb3d 100644
--- a/hints/linux.sh
+++ b/hints/linux.sh
@@ -170,8 +170,8 @@ fi
if [ ! "`csh -c 'echo $version' 2>/dev/null`" ]
then
echo 'Real csh found (might break); looking for tcsh ...'
- # Use ../UU/loc to find tcsh. (We run in the hints/ directory.)
- if xxx=`../UU/loc tcsh blurfl $pth`; $test -f "$xxx"; then
+ # Use ./UU/loc to find tcsh. (We no longer run in the hints/ directory)
+ if xxx=`./UU/loc tcsh blurfl $pth`; $test -f "$xxx"; then
echo "Found tcsh. I'll use it for globbing."
# We can't change Configure's setting of $csh, due to the way
# Configure handles $d_portable and commands found in $loclist.