[lure-of-the-temptress] 01/01: language autodetection: glitch

Alexandre Detiste detiste-guest at moszumanska.debian.org
Wed Apr 22 14:51:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository lure-of-the-temptress.

commit 68cd44b8b15d9b52c0bde3bc572116b8c7906378
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Wed Apr 22 16:50:45 2015 +0200

    language autodetection: glitch
---
 debian/lure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/lure b/debian/lure
index 8c403f2..4ac30e3 100644
--- a/debian/lure
+++ b/debian/lure
@@ -34,7 +34,7 @@ if [ "$#" -gt "1" ]; then
 	exit 1
 elif [ "$#" -lt "1" ]; then
 	LURE_LANG=$(
-	echo $LANGUAGE $LANG en | tr ':' '\n' | cut -c1-2 | while read lang;
+	echo $LANGUAGE $LANG en | tr ': ' '\n' | cut -c1-2 | while read lang;
 	do
 		if [ "$lang" = "en" \
 		  -o "$lang" = "de" \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lure-of-the-temptress.git



More information about the Pkg-games-commits mailing list