summaryrefslogtreecommitdiff
path: root/standalone/linux/runshell
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/linux/runshell')
-rwxr-xr-xstandalone/linux/runshell3
1 files changed, 0 insertions, 3 deletions
diff --git a/standalone/linux/runshell b/standalone/linux/runshell
index 78ba3be15..a36e49083 100755
--- a/standalone/linux/runshell
+++ b/standalone/linux/runshell
@@ -19,9 +19,6 @@ if [ ! -e "$base/bin/git" ]; then
echo "** base directory $base does not contain bin/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)"