summaryrefslogtreecommitdiff
path: root/standalone/android
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-22 16:06:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-22 16:06:21 -0400
commit60ac3d17d5a9fe3882b62ea47e50b82796f6c0b6 (patch)
tree751befd66dfa72b8abd62905c65d17dca0f59d2d /standalone/android
parent88d1bacda2af49462c21eb80989938f20348fb50 (diff)
typo
Diffstat (limited to 'standalone/android')
-rwxr-xr-xstandalone/android/runshell2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/runshell b/standalone/android/runshell
index e3921c0e0..2f591fcd2 100755
--- a/standalone/android/runshell
+++ b/standalone/android/runshell
@@ -38,7 +38,7 @@ setup () {
for prog in git git-shell git-upload-pack; do
for link in $(cat $base/links/$prog); do
echo "linking $link to $prog"
- if [ -e ""$base/$link" ]; then
+ if [ -e "$base/$link" ]; then
rm "$base/$link"
fi
ln "$base/bin/$prog" "$base/$link"