We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2fc76c + 882347b commit b4ebabdCopy full SHA for b4ebabd
1 file changed
Makefile
@@ -13,7 +13,7 @@ else
13
endif
14
15
TM_BUNDLE = JavaScript\ mocha.tmbundle
16
-SRC = $(shell find lib -name "*.js" -type f | sort)
+SRC = $(shell find lib -name "*.js" -type f | LC_ALL=C sort)
17
TESTS = $(shell find test -name "*.js" -type f | sort)
18
19
all: mocha.js
0 commit comments