commit: d698117fad62162cec3c8812b28e5848fcb07601
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 5 06:42:08 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Sep 5 06:42:08 2019 +0000
URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=d698117f
gcc-config: tweak comment around 'gsed' use.
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
gcc-config | 4 +---
1 file changed, 1 insertion(+), 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)}