summaryrefslogtreecommitdiff
path: root/bin/run
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run')
-rwxr-xr-xbin/run6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/run b/bin/run
index 341e7d593190..6013f8452be9 100755
--- a/bin/run
+++ b/bin/run
@@ -29,7 +29,7 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}"
echo "setting search path to: ${PATH}"
echo "execing: ${exedir}/$1"
-exec "${exedir}"/$@
+exec ${LO_TRACE} "${exedir}"/$@
elif [ $(uname) = Darwin ]; then
@@ -48,7 +48,7 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}"
echo "setting search path to: ${DYLD_LIBRARY_PATH}"
echo "execing: ${exedir}/$1"
-exec "${exedir}"/$@
+exec ${LO_TRACE} "${exedir}"/$@
else
@@ -70,6 +70,6 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}"
echo "setting search path to: ${LD_LIBRARY_PATH}"
echo "execing: ${exedir}/$1"
-exec "${exedir}"/$@
+exec ${LO_TRACE} "${exedir}"/$@
fi