Merge pull request #132 from Gabscap/fix-applypatches

Fix build error
This commit is contained in:
Zach 2016-03-23 17:55:27 -05:00
commit ea12c4a7b7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ basedir=$basedir/Spigot
applyPatch ../Bukkit Spigot-API HEAD && applyPatch ../CraftBukkit Spigot-Server patched
# Move out of Spigot
popd
basedir=$(dirname $basedir)
basedir=$(dirname "$basedir")
# Apply paper
applyPatch Spigot/Spigot-API Paper-API HEAD && applyPatch Spigot/Spigot-Server Paper-Server HEAD