From 2377e0512d77aa230fb1803cb580b025fd5bc549 Mon Sep 17 00:00:00 2001 From: codehelp Date: Tue, 15 Sep 2009 20:22:08 +0000 Subject: [PATCH] handle more than one LANG git-svn-id: http://emdebian.org/svn/current@6629 563faec7-e20c-0410-992a-a66f704d0ccd --- doc/genmanpages | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/genmanpages b/doc/genmanpages index dc8392e..9b66904 100755 --- a/doc/genmanpages +++ b/doc/genmanpages @@ -76,6 +76,7 @@ if [ ! -z "$LANGS" ]; then LANGS=`ls po/*.po | sed -e 's/.*\/\(.*\)\.po/\1 /' || true` fi if [ ! -z "$LANGS" ]; then + LANGS=`echo $LANGS|tr -d '\n'` echo "[po4a_langs] $LANGS" > $CONFIG else echo > $CONFIG