This commit is contained in:
Joey Hess 2013-02-22 16:06:21 -04:00
parent 73c66c480d
commit 98eeb12053

View file

@ -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"