From: Tomas Krizek Date: Mon, 7 Jan 2019 16:25:23 +0000 (+0100) Subject: scripts/build-in-obs.sh: nitpick X-Git-Tag: v3.2.1~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=540b2eb47c29c75ba98f0cd708a531774de57098;p=thirdparty%2Fknot-resolver.git scripts/build-in-obs.sh: nitpick --- diff --git a/scripts/build-in-obs.sh b/scripts/build-in-obs.sh index 976d33664..7aea0d3d1 100755 --- a/scripts/build-in-obs.sh +++ b/scripts/build-in-obs.sh @@ -11,8 +11,10 @@ package=knot-resolver if ! [[ "$1" == *-devel || "$1" == *-testing ]]; then read -p "Pushing to '$project', are you sure? [y/N]: " yn case $yn in - [Yy]* ) break;; - * ) exit 1; break;; + [Yy]* ) + ;; + * ) + exit 1 esac fi