From 9ddd93086f143f7cc901f63e9ed2da13ec920189 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Mon, 14 Jan 2019 20:40:20 +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 96da85e..43fa0c4 100644 --- a/dub.json +++ b/dub.json @@ -45,6 +45,6 @@ } ], "preGenerateCommands" : [ - "rdmd $PACKAGE_DIR/dubhash.d" + "rdmd \"$PACKAGE_DIR/dubhash.d\"" ] }