Skip to content

Commit d49321d

Browse files
committed
Set LC_MONETARY to correct locale.
1 parent b49861d commit d49321d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ benchmark: all
1919
@node test/geo/benchmark.js
2020

2121
src/format/format-localized.js: bin/locale src/format/format-locale.js
22-
LC_NUMERIC=$(LOCALE) locale -ck LC_NUMERIC LC_MONETARY | bin/locale src/format/format-locale.js > $@
22+
LC_NUMERIC=$(LOCALE) LC_MONETARY=$(LOCALE) locale -ck LC_NUMERIC LC_MONETARY | bin/locale src/format/format-locale.js > $@
2323

2424
src/time/format-localized.js: bin/locale src/time/format-locale.js
2525
LC_TIME=$(LOCALE) locale -ck LC_TIME | bin/locale src/time/format-locale.js > $@

0 commit comments

Comments
 (0)