Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 04:20:04 +01:00
Fix build error - Resolves #130
If the path to the Paper repository contained a space, it would fail to execute dirname $PATH_WITH_SPACE
Dieser Commit ist enthalten in:
Ursprung
cffd77043e
Commit
d384539bb4
@ -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
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren