Merge branch 'master' of /Users/johnw/src/ledger/master/
This commit is contained in:
parent
f246add263
commit
0477dd119a
1 changed files with 9 additions and 0 deletions
9
valgrind.sh
Executable file
9
valgrind.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
VALGRIND=$(which valgrind 2>&1)
|
||||
|
||||
if [ -x "$VALGRIND" ]; then
|
||||
exec "$VALGRIND" --leak-check=full --show-reachable=yes "$@"
|
||||
else
|
||||
exec "$@"
|
||||
fi
|
||||
Loading…
Add table
Reference in a new issue