Fix a typo.
authorZac Medico <zmedico@gentoo.org>
Fri, 11 Jan 2008 11:59:15 +0000 (11:59 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 11 Jan 2008 11:59:15 +0000 (11:59 -0000)
svn path=/main/trunk/; revision=9184

bin/misc-functions.sh

index a15e99adeec07e1bb48055daf5970be4784f441e..ca24597252a7b7aa5d9f0d60b89bec4645124562 100755 (executable)
@@ -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 | \