Annoying bip-take-snapshot fix

This commit is contained in:
Arnaud Cornet 2007-12-08 16:22:56 +01:00
parent e1fb3e42ff
commit 5f562e7432
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ if [ ! -d src ] ; then
fi
git-archive --format=tar --prefix=$prefix/ HEAD | gzip -c > ../$prefix.tar.gz
echo "See ../$prefix.tar.gz"