mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-12-24 17:47:42 +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
|
||||
applyPatch BungeeCord Waterfall-Proxy HEAD
|
||||
popd
|
||||
basedir=$(dirname $basedir)
|
||||
basedir=$(dirname "$basedir")
|
||||
|
||||
# Apply travertine patches
|
||||
applyPatch Waterfall/Waterfall-Proxy Travertine-Proxy HEAD
|
||||
|
Loading…
Reference in New Issue
Block a user