From 68238220d5fb0aef145a3edf6f8c6cc054adf38c Mon Sep 17 00:00:00 2001 From: Carlo Marcelo Arenas Belon Date: Tue, 22 Sep 2009 22:23:55 -0700 Subject: matrace: trivial LD_PRELOAD syntax fix Signed-off-by: Carlo Marcelo Arenas Belon --- matrace.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit