aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 21:19:53 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 21:19:53 +0000
commit7946c67d1f7538a2b131c7b79205527f86e9002c (patch)
tree79eb945c1d53f64a26fde8dcf741c2d2c9f3058b /Makefile.PL
parent7c032d14659cc57cecb529e9d22177844dd71dc0 (diff)
downloadikiwiki-7946c67d1f7538a2b131c7b79205527f86e9002c.tar
ikiwiki-7946c67d1f7538a2b131c7b79205527f86e9002c.tar.gz
* Avoid ugly gettext messages if LANG is empty. Closes: #439035
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0e306ac08..aba4239d8 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -31,7 +31,7 @@ ikiwiki.out: ikiwiki.in
chmod +x ikiwiki.out
extra_build: ikiwiki.out
- LANG=C perl -I. $(extramodules) $(tflag) ikiwiki.out doc html --templatedir=templates \
+ LANG= perl -I. $(extramodules) $(tflag) ikiwiki.out doc html --templatedir=templates \
--underlaydir=basewiki --nousedirs\
--wikiname="ikiwiki" --verbose \
--exclude=/discussion --no-discussion --userdir=users \