Re: bash -c exit and linux hints
John P. Linderman [Thu, 2 Nov 2000 09:37:25 +0000 (04:37 -0500)]
Message-Id: <200011021437.JAA63199@raptor.research.att.com>

p4raw-id: //depot/perl@7631

hints/linux.sh

index 913cfd0..a6b2bd9 100644 (file)
@@ -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