Sign in
gfiber
/
buildroot
/
4e6ef08660f7a90148787b659f5cb9b996ed5f40
/
.
/
package
/
valgrind
/
valgrind.sh
blob: 4b8eb2e57b62e9d32ceadd6146bb9f3d660c4b13 [
file
] [
log
] [
blame
]
#!/bin/sh -e
#
# Valgrind wrapper
# Use special suppression file for uClibc
export VALGRIND_OPTS
=
"$VALGRIND_OPTS --suppressions=/usr/lib/valgrind/uclibc.supp"
# Use 'exec' to avoid having another shell process hanging around.
exec $0
.
bin
"$@"