[drascula] 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:37:58 UTC 2015


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

detiste-guest pushed a commit to branch master
in repository drascula.

commit 0dd9b93ecf70d5a49d1d03ebe7666095cbecdc36
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Fri Jun 26 10:37:02 2015 +0200

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

diff --git a/debian/bin/drascula b/debian/bin/drascula
index df92890..a8e492b 100755
--- a/debian/bin/drascula
+++ b/debian/bin/drascula
@@ -44,7 +44,7 @@ elif [ "$#" -lt "1" ]; then
 		  -o \( "$lang" = "es" -a -f /usr/share/scummvm/drascula/es/drascula.dat \) ]
 		then
 			echo $lang
-			return
+			break
 		fi
 	done
 	)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/drascula.git



More information about the Pkg-games-commits mailing list