summaryrefslogtreecommitdiff
path: root/standalone/android
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-07 14:22:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-07 14:22:02 -0400
commit1cbd583c70e1ff05b56356dbebeed2f6864d4f51 (patch)
tree7331b0d4764543b719005ee394508589c0944b39 /standalone/android
parent838b23cfc92e4ebf1af698c176d62283cc913503 (diff)
typo
Diffstat (limited to 'standalone/android')
-rwxr-xr-xstandalone/android/buildapk2
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"