summaryrefslogtreecommitdiff
blob: fc88ba6d16a4f7643556eabc4f3326683323ee4a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- LeakCheck.orig	2003-09-06 13:24:05.000000000 +0300
+++ LeakCheck	2003-09-06 13:24:36.000000000 +0300
@@ -7,7 +7,7 @@
 # this looks in the same directory, this
 # LeakCheck script resides; modify to your
 # needs:
-SHLIB=`dirname $0`/LeakTracer.so
+SHLIB=/usr/lib/LeakTracer.so
 if [ ! -x $SHLIB ] ; then
     echo "$SHLIB not found"
     exit 1