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 e9bcb5cd92ba..c1b3f93afaf0 100755
--- a/bin/run
+++ b/bin/run
@@ -29,7 +29,7 @@ if uname | grep -i CYGWIN >/dev/null; then
echo "setting search path to: ${PATH}"
echo "execing: ${exedir}/$1"
- exec ${LO_TRACE} "${exedir}"/$@
+ exec ${LO_TRACE} "${exedir}/$@"
elif [ $(uname) = Darwin ]; then
@@ -51,7 +51,7 @@ elif [ $(uname) = Darwin ]; then
echo "setting search path to: ${DYLD_LIBRARY_PATH}"
echo "execing: ${exedir}/$1"
- exec ${LO_TRACE} "${exedir}"/$@
+ exec ${LO_TRACE} "${exedir}/$@"
else
@@ -73,7 +73,7 @@ else
echo "setting search path to: ${LD_LIBRARY_PATH}"
echo "execing: ${exedir}/$1"
- exec ${LO_TRACE} "${exedir}"/$@
+ exec ${LO_TRACE} "${exedir}/$@"
fi