diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-16 20:25:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-16 20:25:21 +0000 |
commit | 71152cd8d743e57452d34776f229c202e2923c56 (patch) | |
tree | 7de4a58a6bf2b33bca3fc0b9adda007a0791f073 /Makefile.SH | |
parent | 46ba315504111fc499d30433580e2435f4bb5639 (diff) | |
download | perl-71152cd8d743e57452d34776f229c202e2923c56.tar.gz |
valgrind --help didn't return a happy exit status.
p4raw-id: //depot/perl@20737
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 865620796f..2aa52e1303 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) |