From: Andreas K. Hüttel Date: Fri, 6 Oct 2017 18:40:23 +0000 (+0200) Subject: sys-devel/gcc: Fix broken fix-libtool-files.sh again, doh X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=61df408999307624e2c276dac50bfa5c6b018970;p=gentoo.git sys-devel/gcc: Fix broken fix-libtool-files.sh again, doh Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- diff --git a/sys-devel/gcc/files/fix_libtool_files.sh b/sys-devel/gcc/files/fix_libtool_files.sh index ad137a9866fb..53c46de0fdc9 100644 --- a/sys-devel/gcc/files/fix_libtool_files.sh +++ b/sys-devel/gcc/files/fix_libtool_files.sh @@ -38,7 +38,6 @@ ARGV3=$3 . /etc/profile || exit 1 -if [ ${EUID:-0} -ne 0 ] ; then if [ ${EUID:-0} -ne 0 -a "${EPREFIX}" == '' ] ; then echo "${0##*/}: Must be root." exit 1