summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-01-11 11:59:15 +0000
committerZac Medico <zmedico@gentoo.org>2008-01-11 11:59:15 +0000
commit692d4d0f1c0ea59cebb40e51e15687e59de22e75 (patch)
treea032b5e4eb80d1d29275ab6719c1d610f38389ef /bin/misc-functions.sh
parentaf2175f3af162eb903b997aec528130b4b56bb6b (diff)
downloadportage-692d4d0f1c0ea59cebb40e51e15687e59de22e75.tar.gz
portage-692d4d0f1c0ea59cebb40e51e15687e59de22e75.tar.bz2
portage-692d4d0f1c0ea59cebb40e51e15687e59de22e75.zip
Fix a typo.
svn path=/main/trunk/; revision=9184
Diffstat (limited to 'bin/misc-functions.sh')
-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 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 | \