From 3e78ef108fb25426b3336fc279f708c92a9fff04 Mon Sep 17 00:00:00 2001 From: Jan Jurzitza Date: Tue, 15 Jan 2019 03:07:49 +0100 Subject: [PATCH] Fix dubhash with spaces in folder name (#748) --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 5b1840d..b7d79dd 100644 --- a/dub.json +++ b/dub.json @@ -24,6 +24,6 @@ "bin" ], "preGenerateCommands" : [ - "rdmd $PACKAGE_DIR/dubhash.d" + "rdmd \"$PACKAGE_DIR/dubhash.d\"" ] }