summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-18 15:37:38 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-18 15:37:38 +0100
commit21cf443235bf6579959988edee325e8332a42f9f (patch)
tree8fd8ea26fc3cf131468f15732ffe1acea9bcb4bf /bin
parentaf20dd7b50a8bd48972aaf380a26169d85a02022 (diff)
No need to cd into instdir/program
(and it is confusing if you pass a relative pathname argument to the program you call via bin/run) Change-Id: If8baef6d76e1f9ad7e5f2d361bd9b93fcbb76f7a
Diffstat (limited to 'bin')
-rwxr-xr-xbin/run1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/run b/bin/run
index 35504e2949b4..dffa9cfd9c12 100755
--- a/bin/run
+++ b/bin/run
@@ -48,7 +48,6 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}"
echo "setting search path to: ${LD_LIBRARY_PATH}"
echo "execing: ${exedir}/$1"
-cd "${dir}"/instdir/program
exec "${exedir}"/$@
fi