Message-Id: <
7EC45604-54BE-4738-90B2-7AC5C6D17026@hexten.net>
Date: Fri, 11 Jan 2008 19:34:25 +0000
p4raw-id: //depot/perl@32963
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 <<EOM
*** $me: Fatal Error: $dtrace doesn't support -h flag