Skip to content

Commit b4ebabd

Browse files
Merge pull request #2727 from lamby/reproducible-build
Please make the build reproducible.
2 parents a2fc76c + 882347b commit b4ebabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else
1313
endif
1414

1515
TM_BUNDLE = JavaScript\ mocha.tmbundle
16-
SRC = $(shell find lib -name "*.js" -type f | sort)
16+
SRC = $(shell find lib -name "*.js" -type f | LC_ALL=C sort)
1717
TESTS = $(shell find test -name "*.js" -type f | sort)
1818

1919
all: mocha.js

0 commit comments

Comments
 (0)