diff options
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/android/runshell | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/standalone/android/runshell b/standalone/android/runshell index 0dc4ea42a..0a63dbc02 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" |