fix 'make check-jsstyle'

master
Trent Mick 2012-04-27 17:21:36 -07:00
parent 13b36fb366
commit a442418f2d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ TAP := ./node_modules/.bin/tap
#---- Files
JSSTYLE_FILES := $(shell find lib test tools -name *.js)
JSSTYLE_FILES := $(shell find lib test tools -name "*.js")