From 7946c67d1f7538a2b131c7b79205527f86e9002c Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 21 Aug 2007 21:19:53 +0000 Subject: * Avoid ugly gettext messages if LANG is empty. Closes: #439035 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') 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 \ -- cgit v1.2.3