From fede34ff624ae34ea804df3dbab6dfde8c87fbe8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 21 Feb 2013 17:09:03 -0400 Subject: [PATCH] start in HOME --- standalone/android/runshell | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/standalone/android/runshell b/standalone/android/runshell index 0dc4ea42ac..0a63dbc02d 100755 --- a/standalone/android/runshell +++ b/standalone/android/runshell @@ -8,12 +8,14 @@ set -e orig="$(pwd)" cd "$0/../.." base="$(pwd)" -cd "$orig" # Cannot rely on Android providing a sane HOME HOME="/sdcard/git-annex.home" export HOME +# As good a start point as any. +cd "$HOME" + setup () { echo "Installation starting to $base" mkdir -p "$base/bin"