mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 19:41:47 +03:00
tools: ensure a locale in makefile again (eg for cron)
This commit is contained in:
parent
c5d6f3308f
commit
4b2c448a00
6
Makefile
6
Makefile
@ -44,9 +44,9 @@ help2: \
|
||||
###############################################################################
|
||||
# VARS
|
||||
|
||||
# # GHC-compiled executables require a locale (and not just C) or they
|
||||
# # will die on encountering non-ascii data. Set LANG to something if not already set.
|
||||
# export LANG?=en_US.UTF-8
|
||||
# GHC-compiled executables require a locale (and not just C) or they
|
||||
# will die on encountering non-ascii data. Set LANG to something if not already set.
|
||||
export LANG?=en_US.UTF-8
|
||||
|
||||
# # command to run during "make prof" and "make heap"
|
||||
# PROFCMD=bin/hledger-prof balance -f data/1000x1000x10.journal >/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user