diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-07 14:22:02 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-07 14:22:02 -0400 |
commit | 1cbd583c70e1ff05b56356dbebeed2f6864d4f51 (patch) | |
tree | 7331b0d4764543b719005ee394508589c0944b39 /standalone | |
parent | 838b23cfc92e4ebf1af698c176d62283cc913503 (diff) |
typo
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/android/buildapk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/buildapk b/standalone/android/buildapk index ca5de9361..cbc8d36c9 100755 --- a/standalone/android/buildapk +++ b/standalone/android/buildapk @@ -64,7 +64,7 @@ if [ ! -e "$src" ] ; then cp -a "$GIT_ANNEX_ANDROID_SOURCETREE" "$src" fi GIT_ANNEX_ANDROID_SOURCETREE="$src" -export "$GIT_ANNEX_ANDROID_SOURCETREE" +export GIT_ANNEX_ANDROID_SOURCETREE gittree="$GIT_ANNEX_ANDROID_SOURCETREE/git/installed-tree" |