summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJohn P. Linderman <jpl@research.att.com>2000-11-02 04:37:25 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-09 21:12:29 +0000
commite218ce4dec9932783212a057d87e0010f2ead627 (patch)
tree56c4b6087ffd54db0ff027ac073605e6fc1ff176 /hints
parentc024d977a3f66deece6fa8197092e1716641d48e (diff)
downloadperl-e218ce4dec9932783212a057d87e0010f2ead627.tar.gz
Re: bash -c exit and linux hints
Message-Id: <200011021437.JAA63199@raptor.research.att.com> p4raw-id: //depot/perl@7631
Diffstat (limited to 'hints')
-rw-r--r--hints/linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/linux.sh b/hints/linux.sh
index 913cfd0fd1..a6b2bd985a 100644
--- a/hints/linux.sh
+++ b/hints/linux.sh
@@ -189,7 +189,7 @@ fi
rm -f try.c a.out
-if /bin/bash -c exit; then
+if /bin/sh -c exit; then
echo ''
echo 'You appear to have a working bash. Good.'
else