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 <[email protected]>
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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to