And one more

This commit is contained in:
Petr Mrázek 2017-10-30 22:33:40 +01:00
parent 933e5a9573
commit 29e9ddfe51

View File

@ -62,7 +62,7 @@ cd "${BASEDIR}"
cd "${BASEDIR}/${MMC_DIR}"
git add index.json org.lwjgl/* net.minecraft/* net.minecraftforge/* com.mumfrey.liteloader/* || fail_out
if [ -d "org.lwjgl3"]; then
if [ -d "org.lwjgl3" ]; then
git add org.lwjgl3/* || fail_out
fi