aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-09-05 07:42:08 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-09-05 07:42:08 +0100
commitd698117fad62162cec3c8812b28e5848fcb07601 (patch)
tree87dd21a50598ad18839ae236c5748ba410562810
parentgcc-config: During initial clean-up, delete only libunwind.so.7*, but not oth... (diff)
downloadgcc-config-d698117f.tar.gz
gcc-config-d698117f.tar.bz2
gcc-config-d698117f.zip
gcc-config: tweak comment around 'gsed' use.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rwxr-xr-xgcc-config4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc-config b/gcc-config
index 34ff3e0..2f5c34f 100755
--- a/gcc-config
+++ b/gcc-config
@@ -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)}