This commit is contained in:
John Wiegley 2007-05-08 10:32:31 +00:00
parent 92b85dde25
commit f246add263

View file

@ -1,9 +0,0 @@
#!/bin/bash
VALGRIND=$(which valgrind 2>&1)
if [ -x "$VALGRIND" ]; then
exec "$VALGRIND" --leak-check=full --show-reachable=yes "$@"
else
exec "$@"
fi