From: Jarkko Hietaniemi Date: Sat, 16 Aug 2003 20:25:21 +0000 (+0000) Subject: valgrind --help didn't return a happy exit status. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=71152cd8d743e57452d34776f229c202e2923c56;p=p5sagit%2Fp5-mst-13.2.git valgrind --help didn't return a happy exit status. p4raw-id: //depot/perl@20737 --- diff --git a/Makefile.SH b/Makefile.SH index 8656207..2aa52e1 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -612,7 +612,7 @@ perl.valgrind.config: config.sh @grep "^usemymalloc=" config.sh @grep "^usemymalloc='n'" config.sh >/dev/null || exit 1 @echo "And of course you have to have valgrind..." - valgrind --help >/dev/null || exit 1 + valgrind ./perl -e 1 2>/dev/null || exit 1 # Third Degree Perl (Tru64 only)