Skip to content

Commit 2aa2bd7

Browse files
committed
Quote arguments to prevent interpretation as separate args
1 parent be85c76 commit 2aa2bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/dist/package.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ NPM_RELEASE_COMMIT_MESSAGE ?= 'Feature updates and bug fixes'
4040
# make npm-publish
4141
#/
4242
npm-publish: $(NODE_MODULES) assert-clean-working-directory
43-
$(QUIET) $(NPM_RELEASE) $(NPM_RELEASE_TYPE) $(NPM_RELEASE_COMMIT_MESSAGE)
43+
$(QUIET) $(NPM_RELEASE) "$(NPM_RELEASE_TYPE)" "$(NPM_RELEASE_COMMIT_MESSAGE)"
4444

4545
.PHONY: npm-publish

0 commit comments

Comments
 (0)