From: John P. Linderman Date: Thu, 2 Nov 2000 09:37:25 +0000 (-0500) Subject: Re: bash -c exit and linux hints X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e218ce4dec9932783212a057d87e0010f2ead627;p=p5sagit%2Fp5-mst-13.2.git Re: bash -c exit and linux hints Message-Id: <200011021437.JAA63199@raptor.research.att.com> p4raw-id: //depot/perl@7631 --- diff --git a/hints/linux.sh b/hints/linux.sh index 913cfd0..a6b2bd9 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