summaryrefslogtreecommitdiff
path: root/package/valgrind/valgrind.sh
diff options
context:
space:
mode:
Diffstat (limited to 'package/valgrind/valgrind.sh')
-rwxr-xr-xpackage/valgrind/valgrind.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/valgrind/valgrind.sh b/package/valgrind/valgrind.sh
deleted file mode 100755
index 4b8eb2e57..000000000
--- a/package/valgrind/valgrind.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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 "$@"
-