From 80305c7076983e28938d03ebce0e6ed4453ea15b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 11 Jan 2008 11:59:32 +0000 Subject: Fix a typo. (trunk r9184) svn path=/main/branches/2.1.2/; revision=9185 --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index eafd39fdd..f41ebad5a 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -314,7 +314,7 @@ install_qa_check() { vecho -ne '\a\n' abort="yes" fi - if [[ ${abort} == "yes" ]] || ; then + if [[ ${abort} == "yes" ]] ; then echo "Please do not file a Gentoo bug and instead" \ "report the above QA issues directly to the upstream" \ "developers of this software." | fmt -w 70 | \ -- cgit v1.2.3-1-g7c22