diff --git a/Makefile b/Makefile index 22587495d3..7b8ae94cb4 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ else endif TM_BUNDLE = JavaScript\ mocha.tmbundle -SRC = $(shell find lib -name "*.js" -type f | sort) +SRC = $(shell find lib -name "*.js" -type f | LC_ALL=C sort) TESTS = $(shell find test -name "*.js" -type f | sort) all: mocha.js