projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a5cc66
)
sys-devel/gcc: fix bash-specific == comparison, bug #639054
author
Sergei Trofimovich
<slyfox@gentoo.org>
Mon, 4 Dec 2017 23:27:09 +0000
(23:27 +0000)
committer
Sergei Trofimovich
<slyfox@gentoo.org>
Mon, 4 Dec 2017 23:27:21 +0000
(23:27 +0000)
Reported-by: Paolo Pedroni
Closes: https://bugs.gentoo.org/639054
Package-Manager: Portage-2.3.16, Repoman-2.3.6
sys-devel/gcc/files/fix_libtool_files.sh
patch
|
blob
|
history
diff --git
a/sys-devel/gcc/files/fix_libtool_files.sh
b/sys-devel/gcc/files/fix_libtool_files.sh
index 53c46de0fdc99af5501193228561b4369b83a1d1..af085e1efa0162bf73c9b5d36060bc1cece9834e 100644
(file)
--- a/
sys-devel/gcc/files/fix_libtool_files.sh
+++ b/
sys-devel/gcc/files/fix_libtool_files.sh
@@
-38,7
+38,7
@@
ARGV3=$3
. /etc/profile || exit 1
-if [ ${EUID:-0} -ne 0 -a "${EPREFIX}" =
=
'' ] ; then
+if [ ${EUID:-0} -ne 0 -a "${EPREFIX}" = '' ] ; then
echo "${0##*/}: Must be root."
exit 1
fi