summaryrefslogtreecommitdiffstats
path: root/matrace.in
diff options
context:
space:
mode:
Diffstat (limited to 'matrace.in')
-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