mirror of
https://github.com/PaperMC/Waterfall.git
synced 2025-01-12 10:50:39 +01:00
Fix compilation in paths with spaces (Fixes #154)
This commit is contained in:
parent
51c4e52e4e
commit
c7fc74f69b
@ -65,7 +65,7 @@ basedir=$basedir/Waterfall
|
|||||||
pushd Waterfall
|
pushd Waterfall
|
||||||
applyPatch BungeeCord Waterfall-Proxy HEAD
|
applyPatch BungeeCord Waterfall-Proxy HEAD
|
||||||
popd
|
popd
|
||||||
basedir=$(dirname $basedir)
|
basedir=$(dirname "$basedir")
|
||||||
|
|
||||||
# Apply travertine patches
|
# Apply travertine patches
|
||||||
applyPatch Waterfall/Waterfall-Proxy Travertine-Proxy HEAD
|
applyPatch Waterfall/Waterfall-Proxy Travertine-Proxy HEAD
|
||||||
|
Loading…
Reference in New Issue
Block a user