The .version file should die on a git pull.

This commit is contained in:
Travis Cross 2010-04-02 14:06:01 +00:00
parent 9c4767456a
commit d791351f46

View File

@ -470,6 +470,7 @@ update: is-scm
echo Updating... ; \
svn update ; \
elif test -d .git ; then \
test ! -f .version || rm -f .version ; \
echo "Pulling updates..." ; \
git pull ; \
else \