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

bin/misc-functions.sh

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