From: Zac Medico Date: Fri, 11 Jan 2008 11:59:32 +0000 (-0000) Subject: Fix a typo. (trunk r9184) X-Git-Tag: v2.1.4~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=80305c7076983e28938d03ebce0e6ed4453ea15b;p=portage.git Fix a typo. (trunk r9184) svn path=/main/branches/2.1.2/; revision=9185 --- 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 | \