bump version
[buildroot.git] / package / valgrind / valgrind.sh
blob4b8eb2e57b62e9d32ceadd6146bb9f3d660c4b13
1 #!/bin/sh -e
3 # Valgrind wrapper
5 # Use special suppression file for uClibc
6 export VALGRIND_OPTS="$VALGRIND_OPTS --suppressions=/usr/lib/valgrind/uclibc.supp"
8 # Use 'exec' to avoid having another shell process hanging around.
9 exec $0.bin "$@"