Merge pull request #580 from WebFreak001/fix-dubhash-spaces

Fix dubhash with spaces in folder name
merged-on-behalf-of: Jan Jurzitza <gh@webfreak.org>
This commit is contained in:
The Dlang Bot 2019-01-15 01:31:47 +01:00 committed by GitHub
commit 1252484660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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