diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-22 16:06:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-22 16:06:21 -0400 |
commit | 60ac3d17d5a9fe3882b62ea47e50b82796f6c0b6 (patch) | |
tree | 751befd66dfa72b8abd62905c65d17dca0f59d2d | |
parent | 88d1bacda2af49462c21eb80989938f20348fb50 (diff) |
typo
-rwxr-xr-x | standalone/android/runshell | 2 |
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" |