Closed Silvenga closed 8 years ago
Tested with:
mkdir cake\ space cd cake\ space cat <<EOF >> build.cake var target = Argument("target", "Default"); Task("Default") .Does(() => { Information("Hello World!"); }); RunTarget(target); EOF curl -Lsfo build.sh https://raw.githubusercontent.com/Silvenga/resources/QuoteAllPaths-Proper/build.sh bash build.sh bash build.sh
@Silvenga thanks for fixing this!
Tested with: