From 05725eab3fdbbf82b2c702ca8c1615dea9cc8a1b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 5 Mar 2012 15:42:33 -0600 Subject: Look for valgrind in /opt/local/bin also --- test/fullcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fullcheck.sh') diff --git a/test/fullcheck.sh b/test/fullcheck.sh index f3c20dd2..f8c671e0 100755 --- a/test/fullcheck.sh +++ b/test/fullcheck.sh @@ -1,7 +1,7 @@ #!/bin/sh VALGRIND='' -if [ -x /usr/bin/valgrind ]; then +if [ -x /usr/bin/valgrind -o -x /opt/local/bin/valgrind ]; then VALGRIND=valgrind fi -- cgit v1.2.3