Fix compilation in paths with spaces (Fixes #154)

This commit is contained in:
Shane Freeder 2021-04-15 16:40:47 +01:00
parent 51c4e52e4e
commit c7fc74f69b
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C

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