From 71152cd8d743e57452d34776f229c202e2923c56 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 16 Aug 2003 20:25:21 +0000 Subject: [PATCH] valgrind --help didn't return a happy exit status. p4raw-id: //depot/perl@20737 --- Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.3.1