From 6ba0567ba893af61922d9d097e57e0f95d739e85 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Jul 2013 15:04:31 -0400 Subject: 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. --- standalone/osx/git-annex.app/Contents/MacOS/git-annex-webapp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'standalone/osx') 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 "$@" & -- cgit v1.2.3