Don't build if patches fail to apply.

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot 2013-01-19 19:18:20 +11:00
parent d186cbe800
commit e8c26983b1

View file

@ -23,10 +23,10 @@ function applyPatch {
echo " Something did not apply cleanly to $target."
echo " Please review above details and finish the apply then"
echo " save the changes with rebuildPatches.sh"
exit 1
else
echo " Patches applied cleanly to $target"
fi
}
applyPatch Bukkit Spigot-API
applyPatch CraftBukkit Spigot
applyPatch Bukkit Spigot-API && applyPatch CraftBukkit Spigot