Forgot one fallout from RPM rename

Signed-off-by: Junio C Hamano <junkio@cox.net>
todo
Junio C Hamano 2005-11-16 22:03:23 -08:00
parent 97a727dfb7
commit 3d9b48ef4b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ case `hostname` in
siamese)
scp $0 ${M}:./Distrib
cd /chroot/sarge/build/git &&
scp git-*_$V[-.]* git-core-$V.tar.gz ${M}:debian/.
scp git-*_$V[-.]* git-$V.tar.gz ${M}:debian/.
exit
;;
esac