summaryrefslogtreecommitdiff
path: root/standalone/osx/git-annex.app/Contents/MacOS/runshell
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/osx/git-annex.app/Contents/MacOS/runshell')
-rwxr-xr-xstandalone/osx/git-annex.app/Contents/MacOS/runshell3
1 files changed, 3 insertions, 0 deletions
diff --git a/standalone/osx/git-annex.app/Contents/MacOS/runshell b/standalone/osx/git-annex.app/Contents/MacOS/runshell
index 9f1457e25..5094ad0b2 100755
--- a/standalone/osx/git-annex.app/Contents/MacOS/runshell
+++ b/standalone/osx/git-annex.app/Contents/MacOS/runshell
@@ -21,6 +21,9 @@ if [ ! -e "$bundle/git" ]; then
echo "** bundle directory $bundle does not contain git" >&2
exit 1
fi
+if [ -n "$GIT_ANNEX_STANDLONE_ENV" ]; then
+ echo "** runshell loop detected!"> &2
+fi
# Get absolute path to base, to avoid breakage when things change directories.
orig="$(pwd)"