Index: grep/src/egrep.sh
===================================================================
--- grep.orig/src/egrep.sh
+++ grep/src/egrep.sh
@@ -1,4 +1,3 @@
 #!@SHELL@
 cmd=${0##*/}
-echo "$cmd: warning: $cmd is obsolescent; using @grep@ @option@" >&2
 exec @grep@ @option@ "$@"
