Skip to content

Commit

Permalink
Merge pull request #2727 from lamby/reproducible-build
Browse files Browse the repository at this point in the history
Please make the build reproducible.
  • Loading branch information
ScottFreeCode committed Mar 6, 2017
2 parents a2fc76c + 882347b commit b4ebabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit b4ebabd

Please sign in to comment.