Fix dubhash with spaces in folder name (#748)

This commit is contained in:
Jan Jurzitza 2019-01-15 03:07:49 +01:00 committed by BBasile
parent 436a961934
commit 3e78ef108f
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@
"bin"
],
"preGenerateCommands" : [
"rdmd $PACKAGE_DIR/dubhash.d"
"rdmd \"$PACKAGE_DIR/dubhash.d\""
]
}