fix 'make check-jsstyle'
This commit is contained in:
parent
13b36fb366
commit
a442418f2d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ TAP := ./node_modules/.bin/tap
|
||||||
|
|
||||||
#---- Files
|
#---- Files
|
||||||
|
|
||||||
JSSTYLE_FILES := $(shell find lib test tools -name *.js)
|
JSSTYLE_FILES := $(shell find lib test tools -name "*.js")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue