From a79a43a9dcff54716d142ca5869fe1f9eda359bd Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Mon, 14 Jan 2019 20:33:17 +0100 Subject: [PATCH] Fix dubhash with spaces in folder name --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 4b354bb..f0a110b 100644 --- a/dub.json +++ b/dub.json @@ -15,6 +15,6 @@ "built_with_dub" ], "preGenerateCommands" : [ - "rdmd $PACKAGE_DIR/dubhash.d" + "rdmd \"$PACKAGE_DIR/dubhash.d\"" ] }