From: Victor Castell Date: Mon, 25 Jul 2011 11:34:39 +0000 (+0200) Subject: Break needed in load_some Y case X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=55c32cc3e910022cfef08ed827b9d15f86dbbb21;p=common%2Fbash_it.git Break needed in load_some Y case --- diff --git a/install.sh b/install.sh index 74ff697..f84c097 100755 --- a/install.sh +++ b/install.sh @@ -48,6 +48,7 @@ function load_some() { case $RESP in [yY]) ln -s "$BASH/$file_type/available/$file" "$BASH/$file_type/enabled" + break ;; [nN]) break