blob: d032b87d6e869ec86e2780fc77598073f94f3f23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- LeakCheck.orig Wed Feb 4 16:49:49 2004
+++ LeakCheck Wed Feb 4 16:50:09 2004
@@ -7,7 +7,7 @@
# this looks in the same directory, this
# LeakCheck script resides; modify to your
# needs:
-SHLIB=`dirname $0`/LeakTracer.so
+SHLIB=`dirname $0`/../lib/LeakTracer.so
if [ ! -x $SHLIB ] ; then
echo "$SHLIB not found"
exit 1
|