aboutsummaryrefslogtreecommitdiff
path: root/standalone/osx/git-annex.app/Contents
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-30 15:04:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-30 15:04:31 -0400
commit6ba0567ba893af61922d9d097e57e0f95d739e85 (patch)
treedb6bf86e82a1f19a9018b611856005cd48e86f08 /standalone/osx/git-annex.app/Contents
parent7311043c4d17cf279b03dc2fb2d1120403ddb9c9 (diff)
OSX: Make git-annex-webapp run in the background, so that the app icon can be clicked on the open a new webapp when the assistant is already running.
Diffstat (limited to 'standalone/osx/git-annex.app/Contents')
-rwxr-xr-xstandalone/osx/git-annex.app/Contents/MacOS/git-annex-webapp3
1 files changed, 2 insertions, 1 deletions
diff --git a/standalone/osx/git-annex.app/Contents/MacOS/git-annex-webapp b/standalone/osx/git-annex.app/Contents/MacOS/git-annex-webapp
index cd93836d1..37a4984af 100755
--- a/standalone/osx/git-annex.app/Contents/MacOS/git-annex-webapp
+++ b/standalone/osx/git-annex.app/Contents/MacOS/git-annex-webapp
@@ -22,4 +22,5 @@ if [ -e "$base/git-annex" ]; then
export GIT_ANNEX_APP_BASE
fi
-exec "$base/runshell" git-annex webapp "$@"
+# OSX wants this to run in the background.
+exec "$base/runshell" git-annex webapp "$@" &