summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-01-11 11:59:32 +0000
committerZac Medico <zmedico@gentoo.org>2008-01-11 11:59:32 +0000
commit80305c7076983e28938d03ebce0e6ed4453ea15b (patch)
treefb07eafb1197051244f7c4172e0553ba7415aa88
parent7f4cc46718245f2acbf33892b24a5ad52b4ff7bf (diff)
downloadportage-80305c7076983e28938d03ebce0e6ed4453ea15b.tar.gz
portage-80305c7076983e28938d03ebce0e6ed4453ea15b.tar.bz2
portage-80305c7076983e28938d03ebce0e6ed4453ea15b.zip
Fix a typo. (trunk r9184)
svn path=/main/branches/2.1.2/; revision=9185
-rwxr-xr-xbin/misc-functions.sh2
1 files changed, 1 insertions, 1 deletions
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 | \