diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-21 17:09:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-21 17:09:03 -0400 |
commit | 4ab767bb8d19cd46bbc9ebf8ac58cf7d5d465d6d (patch) | |
tree | 19fae90f64f29511bdce18bcd567e9281fe7e002 /standalone | |
parent | 898dfee92d2ffb0799f991554f37e704e3aea67c (diff) |
start in HOME
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" |