diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-18 15:37:38 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-18 15:37:38 +0100 |
commit | 21cf443235bf6579959988edee325e8332a42f9f (patch) | |
tree | 8fd8ea26fc3cf131468f15732ffe1acea9bcb4bf /bin | |
parent | af20dd7b50a8bd48972aaf380a26169d85a02022 (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-x | bin/run | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |