We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996ff7f commit d0149c9Copy full SHA for d0149c9
Makefile
@@ -1,6 +1,6 @@
1
PACKAGE = asyncjs
2
NODEJS = $(if $(shell test -f /usr/bin/nodejs && echo "true"),nodejs,node)
3
-CWD := $(shell pwd)
+CWD := "$(shell pwd)"
4
NODEUNIT = $(CWD)/node_modules/nodeunit/bin/nodeunit
5
UGLIFY = $(CWD)/node_modules/uglify-js/bin/uglifyjs
6
NODELINT = $(CWD)/node_modules/nodelint/nodelint
0 commit comments