commit:     33f5f6f18e39a49e398fc81c1b7251d50e6cb9b0
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 06:51:19 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 06:53:10 2019 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=33f5f6f1

gcc-config: linewrap long comment

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 gcc-config | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc-config b/gcc-config
index 169f8bc..99489f9 100755
--- a/gcc-config
+++ b/gcc-config
@@ -311,7 +311,8 @@ handle_split_usr() {
        eval $(grep -h '^LDPATH=' "${GCC_ENV_D}"/${CHOST}-* | tail -1)
        LDPATH=${LDPATH%%:*}
 
-       # If GCC directory is not in separate mountpoint than /lib, then do not 
bother with copying libraries to /lib.
+       # If GCC directory is not in separate mountpoint than /lib,
+       # then do not bother with copying libraries to /lib.
        if is_same_mountpoint "${EROOT}/lib" "${ROOT}/${LDPATH}" ; then
                local lib old_libs=0 saved_nullglob=$(shopt -p nullglob)
                shopt -s nullglob

Reply via email to