Andreas Schwab
0399a5ce73
- 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
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@ "$@"
|