Andreas Schwab
63994663b8
- efgrep-warning.patch: remove warning from [ef]grep OBS-URL: https://build.opensuse.org/request/show/1004919 OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=125
10 lines
292 B
Diff
10 lines
292 B
Diff
Index: grep-3.8/src/egrep.sh
|
|
===================================================================
|
|
--- grep-3.8.orig/src/egrep.sh
|
|
+++ grep-3.8/src/egrep.sh
|
|
@@ -1,4 +1,2 @@
|
|
#!@SHELL@
|
|
-cmd=${0##*/}
|
|
-echo "$cmd: warning: $cmd is obsolescent; using @grep@ @option@" >&2
|
|
exec @grep@ @option@ "$@"
|