summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-21 19:28:19 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-21 19:28:27 +0200
commit264216a9591eb5751665206393b481161f846ec9 (patch)
treeafc7a625fd2f0d3ac5c06727bf32e4f4a395015a /Makefile
parent272eb91bc4d59a58b0670adcff5fcb4cff353b95 (diff)
update makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6113e581..134c29ea3 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ source:
--exclude=/js/node_modules/ \
--exclude=*.log
ifdef CAN_SIGN
- $(sign) --path $(source_build_directory)
+ $(sign) --path "$(source_build_directory)"
else
@echo $(sign_skip_msg)
endif