From 0aaf9e4c5839757aa476cfb9e9368a21e8e4f4fa Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Thu, 15 Apr 2021 16:40:47 +0100 Subject: [PATCH] Fix compilation in paths with spaces (Fixes #154) --- scripts/applyPatches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/applyPatches.sh b/scripts/applyPatches.sh index 7118f73..fad2174 100755 --- a/scripts/applyPatches.sh +++ b/scripts/applyPatches.sh @@ -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