Fixed missing space in linux scripts

This commit is contained in:
LexManos 2012-03-05 15:06:54 -08:00
parent 3d53e59d73
commit 2405761461
2 changed files with 4 additions and 4 deletions

View File

@ -3,12 +3,12 @@
echo "MinecraftForge Linux Setup Program"
echo
if [ ! -f ../runtime/bin/fernflower.jar]
if [ ! -f ../runtime/bin/fernflower.jar ]
then
python download_fernflower.py
fi
if [ ! -f ../runtime/bin/fernflower.jar]
if [ ! -f ../runtime/bin/fernflower.jar ]
then
echo "Failed to download fernflower, install it manually and re-run setup."
exit 1

View File

@ -17,12 +17,12 @@ if [ -d src ] ; then
if [ "$var" != "y" ]; then exit ; fi
fi
if [ ! -f ../runtime/bin/fernflower.jar]
if [ ! -f ../runtime/bin/fernflower.jar ]
then
python download_fernflower.py
fi
if [ ! -f ../runtime/bin/fernflower.jar]
if [ ! -f ../runtime/bin/fernflower.jar ]
then
echo "Failed to download fernflower, install it manually and re-run setup."
exit 1