From 4b2c448a00a22629adc1a841d8e7a656bc85b8b5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 14 Jul 2015 17:52:14 -0700 Subject: [PATCH] tools: ensure a locale in makefile again (eg for cron) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 79a6434f1..1d94a710d 100644 --- a/Makefile +++ b/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