From a442418f2d178064306a912524824cd7d298f5fe Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 27 Apr 2012 17:21:36 -0700 Subject: [PATCH] fix 'make check-jsstyle' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6ac252..42b2b68 100644 --- a/Makefile +++ b/Makefile @@ -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")