From: Andy Armstrong Date: Fri, 11 Jan 2008 19:34:25 +0000 (+0000) Subject: sh doesn't know about ! X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c9242b3f0d9b2cbf453ac874f8fd5f49f4790fab;p=p5sagit%2Fp5-mst-13.2.git sh doesn't know about ! Message-Id: <7EC45604-54BE-4738-90B2-7AC5C6D17026@hexten.net> Date: Fri, 11 Jan 2008 19:34:25 +0000 p4raw-id: //depot/perl@32963 --- diff --git a/Configure b/Configure index 0704273..ee2662d 100755 --- a/Configure +++ b/Configure @@ -8996,10 +8996,13 @@ while test 1 ; do if test -f $dtrace then - if ! $dtrace -h -s ../perldtrace.d \ + if $dtrace -h -s ../perldtrace.d \ -o perldtrace.tmp >/dev/null 2>&1 \ && rm -f perldtrace.tmp then + echo " " + echo "Good: your $dtrace knows about the -h flag." + else cat >&2 <