diff options
author | John P. Linderman <jpl@research.att.com> | 2000-11-02 04:37:25 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-09 21:12:29 +0000 |
commit | e218ce4dec9932783212a057d87e0010f2ead627 (patch) | |
tree | 56c4b6087ffd54db0ff027ac073605e6fc1ff176 /hints | |
parent | c024d977a3f66deece6fa8197092e1716641d48e (diff) | |
download | perl-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.sh | 2 |
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 |