projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f4cc46
)
Fix a typo. (trunk r9184)
author
Zac Medico
<zmedico@gentoo.org>
Fri, 11 Jan 2008 11:59:32 +0000
(11:59 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index eafd39fdda0c0c72d2c05e0ece406110735a8a66..f41ebad5af5aaa8602d2550bf510d654662c3bb3 100755
(executable)
--- 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 | \