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-Tag: v5.10.0~9318 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/71152cd8d743e57452d34776f229c202e2923c56 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)