grep/efgrep-warning.patch
Andreas Schwab 0399a5ce73 Accepting request 1069578 from home:Andreas_Schwab:Factory
- Update to grep 3.9
  * When given multiple patterns the last of which has a back-reference,
    grep no longer sometimes mistakenly matches lines in some cases

OBS-URL: https://build.opensuse.org/request/show/1069578
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=130
2023-03-06 10:18:56 +00:00

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@ "$@"