Add me as maintainer for certain packages.
[openwrt/svn-archive/archive.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