diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-05 07:42:08 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-05 07:42:08 +0100 |
commit | d698117fad62162cec3c8812b28e5848fcb07601 (patch) | |
tree | 87dd21a50598ad18839ae236c5748ba410562810 /gcc-config | |
parent | gcc-config: During initial clean-up, delete only libunwind.so.7*, but not oth... (diff) | |
download | gcc-config-d698117fad62162cec3c8812b28e5848fcb07601.tar.gz gcc-config-d698117fad62162cec3c8812b28e5848fcb07601.tar.bz2 gcc-config-d698117fad62162cec3c8812b28e5848fcb07601.zip |
gcc-config: tweak comment around 'gsed' use.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'gcc-config')
-rwxr-xr-x | gcc-config | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -28,9 +28,7 @@ has() { [[ " ${*:2} " == *" $1 "* ]]; } die() { eerror "${argv0}: $*"; exit 1; } umask 022 -# *BSD are plain stupid ... copy a GNU extension but don't just copy it, -# change it so it works differently. Wish Darwin did selective evolution -# on software developers. +# *BSD sed does not work as-is, use GNU sed. TODO: find details. SED=$(type -P gsed) : ${SED:=$(type -P sed)} |