From: Zac Medico Date: Fri, 11 Jan 2008 11:59:15 +0000 (-0000) Subject: Fix a typo. X-Git-Tag: v2.2_pre1~56 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=692d4d0f1c0ea59cebb40e51e15687e59de22e75;p=portage.git Fix a typo. svn path=/main/trunk/; revision=9184 --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index a15e99ade..ca2459725 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -321,7 +321,7 @@ install_qa_check() { *) abort="yes";; esac 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 | \