mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 20:27:19 +00:00
The .version file should die on a git pull.
This commit is contained in:
parent
9c4767456a
commit
d791351f46
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user