add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / utils / valgrind / files / valgrind.sh
1 #!/bin/sh -e
2 #
3 # Valgrind wrapper
4
5 # Use special suppression file for uClibc
6 export VALGRIND_OPTS="$VALGRIND_OPTS --suppressions=/usr/lib/valgrind/uclibc.supp"
7
8 # Use 'exec' to avoid having another shell process hanging around.
9 exec $0.bin "$@"
10