Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request mochajs#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 63daa1c + 5f3bcc5 commit 21cdb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
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 21cdb8b

Please sign in to comment.