From 1656e77b9c99e655045042304424451a00dba98f Mon Sep 17 00:00:00 2001 From: Cameron Ross Date: Sat, 20 Aug 2022 18:25:48 -0300 Subject: [PATCH] Fix $DC paths with spaces --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 838dd11..5703134 100644 --- a/dub.json +++ b/dub.json @@ -24,6 +24,6 @@ "bin" ], "preBuildCommands" : [ - "$DC -run \"$PACKAGE_DIR/dubhash.d\"" + "\"$DC\" -run \"$PACKAGE_DIR/dubhash.d\"" ] }