1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-22 13:57:46 +03:00

Fixed syntax in upload_build.sh

This commit is contained in:
Epowerj 2018-01-21 12:30:50 -05:00
parent 2172daf145
commit eac6a4a67f

View File

@ -30,7 +30,7 @@ OLD_TRAVIS_BUILD_NUMBER=`expr $TRAVIS_BUILD_NUMBER - 7`
OLD_DESKFILE=$OLD_TRAVIS_BUILD_BUMBER"-desktop-bleeding-edge.jar"
OLD_FILE1="Bleeding-Edge-Build-$OLD_TRAVIS_BUILD_NUMBER.md"
if [ -e $OLD_FILE1 ]; then
if [ -e "$OLD_FILE1" ]; then
rm -f $OLD_FILE1
rm -f $OLD_DESKFILE
git add $OLD_FILE1