Fix compilation in paths with spaces (Fixes #154)

This commit is contained in:
Shane Freeder 2021-04-15 16:40:47 +01:00 committed by Marc Baloup
parent 762849cc8b
commit 0aaf9e4c58

View File

@ -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