summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 | \