1
0
Fork 0

only remove EXPERIMENTAL if present

This commit is contained in:
Frank Celler 2016-01-05 09:07:42 +01:00
parent ad11685034
commit f5a88e1d17
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ case "$TAG" in
;;
*)
git rm -f EXPERIMENTAL
if test -f EXPERIMENTAL; then git rm -f EXPERIMENTAL; fi
;;
esac