Fix compilation in paths with spaces (Fixes #154)
This commit is contained in:
parent
762849cc8b
commit
0aaf9e4c58
@ -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