]> git.pld-linux.org Git - packages/grep.git/blame_incremental - grep-egrep.patch
- added/changed non-english-man-pages URL
[packages/grep.git] / grep-egrep.patch
... / ...
CommitLineData
1--- ./src/Makefile.am.org Tue Mar 26 16:49:46 2002
2+++ ./src/Makefile.am Tue Apr 30 16:23:19 2002
3@@ -20,11 +20,11 @@
4
5 egrep:
6 echo '#!/bin/sh' >$@
7- echo 'exec grep -E $${1+"$$@"}' >>$@
8+ echo 'exec /bin/grep -E $${1+"$$@"}' >>$@
9 chmod a+x $@
10
11 fgrep:
12 echo '#!/bin/sh' >$@
13- echo 'exec grep -F $${1+"$$@"}' >>$@
14+ echo 'exec /bin/grep -F $${1+"$$@"}' >>$@
15 chmod a+x $@
16
This page took 0.029848 seconds and 4 git commands to generate.