summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2013-05-03 03:52:47 -0400
committerBrian Aker <brian@tangent.org>2013-05-03 03:52:47 -0400
commitd2357c5b00bf76cb3fa5c0f8cd19578680895c64 (patch)
tree238c3a2aa5721b21305aca9403389b9a9e668012 /bootstrap.sh
parenta07e53df4cd8d1e215a49eeac5d5d06fa0a50fb4 (diff)
downloadlibmemcached-d2357c5b00bf76cb3fa5c0f8cd19578680895c64.tar.gz
Fix for bootstrap
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 42fe3353..105822cf 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -446,7 +446,7 @@ function setup_gdb_command () {
function setup_valgrind_command () {
VALGRIND_PROGRAM=`type -p valgrind`
if [[ -n "$VALGRIND_PROGRAM" ]]; then
- VALGRIND_COMMAND="$VALGRIND_PROGRAM --error-exitcode=1 --leak-check=yes --malloc-fill=A5 --free-fill=DE --xml=yes --xml-file=\"valgrind-%p.xml\" --gen-suppressions=yes --log-file=\"valgrind-%p.txt\""
+ VALGRIND_COMMAND="$VALGRIND_PROGRAM --error-exitcode=1 --leak-check=yes --malloc-fill=A5 --free-fill=DE --xml=yes --xml-file=\"valgrind-%p.xml\""
fi
}