summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Marcelo Arenas Belon <carenas@sajinet.com.pe>2009-09-22 22:23:55 -0700
committerLennart Poettering <lennart@poettering.net>2009-09-29 23:30:23 +0200
commit68238220d5fb0aef145a3edf6f8c6cc054adf38c (patch)
treef4ba81bfb3050decf87374fb78070c62e0f944c1
parentc7babd02d0a0ae3cdd916b82b4317a6b27a8f970 (diff)
matrace: trivial LD_PRELOAD syntax fix
Signed-off-by: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
-rwxr-xr-xmatrace.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrace.in b/matrace.in
index 7ab078f..304e806 100755
--- a/matrace.in
+++ b/matrace.in
@@ -74,7 +74,7 @@ fi
if [ x"$LD_PRELOAD" = x ] ; then
export LD_PRELOAD="libmatrace.so"
else
- export LD_PRELOAD="$LD_PRELOAD libmatrace.so"
+ export LD_PRELOAD="$LD_PRELOAD:libmatrace.so"
fi
if [ x"$debug_info" = x1 ] ; then