diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-23 17:31:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-23 17:31:51 -0400 |
commit | ba0a394206650cee632f870fd59636a834c81597 (patch) | |
tree | 708725511357f99c7b5e0faa20d50a0799db2f6e /standalone/linux/git-annex-webapp | |
parent | 6d5163b6d347a3540da5d9d9828745ccc15731b4 (diff) |
fun with exec
Diffstat (limited to 'standalone/linux/git-annex-webapp')
-rwxr-xr-x | standalone/linux/git-annex-webapp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/linux/git-annex-webapp b/standalone/linux/git-annex-webapp index 40fc6399d..2698af9b5 100755 --- a/standalone/linux/git-annex-webapp +++ b/standalone/linux/git-annex-webapp @@ -22,4 +22,4 @@ if [ -e "$base/bin/git-annex" ]; then export GIT_ANNEX_APP_BASE fi -"$base/runshell" git-annex webapp "$@" +exec "$base/runshell" git-annex webapp "$@" |