]> git.pld-linux.org Git - packages/grep.git/blame - grep-egrep.patch
- renamed typo in patch name
[packages/grep.git] / grep-egrep.patch
CommitLineData
5a5e36a2 1diff -Nur grep-2.5.1.org/src/Makefile.in grep-2.5.1/src/Makefile.in
2--- grep-2.5.1.org/src/Makefile.in Tue Mar 26 17:11:52 2002
3+++ grep-2.5.1/src/Makefile.in Tue Apr 30 10:53:27 2002
4@@ -379,12 +379,12 @@
5
6 egrep:
7 echo '#!/bin/sh' >$@
8- echo 'exec grep -E $${1+"$$@"}' >>$@
9+ echo 'exec /bin/grep -E $${1+"$$@"}' >>$@
10 chmod a+x $@
11
12 fgrep:
13 echo '#!/bin/sh' >$@
14- echo 'exec grep -F $${1+"$$@"}' >>$@
15+ echo 'exec /bin/grep -F $${1+"$$@"}' >>$@
16 chmod a+x $@
17 # Tell versions [3.59,3.63) of GNU make to not export all variables.
18 # Otherwise a system limit (for SysV at least) may be exceeded.
This page took 0.096806 seconds and 4 git commands to generate.