[lure-of-the-temptress] 01/01: fix lang script when /bin/sh = /bin/bash (thx Patrick Bottelberger)

Alexandre Detiste detiste-guest at moszumanska.debian.org
Fri Jun 26 08:30:38 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 5d3eeaad8667610cc62d75146bf74ce3d613ff81
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Fri Jun 26 10:29:47 2015 +0200

    fix lang script when /bin/sh = /bin/bash (thx Patrick Bottelberger)
---
 debian/lure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/lure b/debian/lure
index fb5a618..3c80d67 100644
--- a/debian/lure
+++ b/debian/lure
@@ -43,7 +43,7 @@ elif [ "$#" -lt "1" ]; then
 		  -o "$lang" = "it" \
 		  -o "$lang" = "es" ]; then
 			echo $lang
-			return
+			break
 		fi
 	done
 	)

-- 
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