summaryrefslogtreecommitdiffstats
path: root/debian/patchsys-quilt.mk
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patchsys-quilt.mk')
-rw-r--r--debian/patchsys-quilt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patchsys-quilt.mk b/debian/patchsys-quilt.mk
index 704459e..f485a99 100644
--- a/debian/patchsys-quilt.mk
+++ b/debian/patchsys-quilt.mk
@@ -76,7 +76,7 @@ if lsdiff=`which lsdiff` ; then \
| tr "\n" " "`; \
if [ "x$$patchlist" != x ] ; then \
$$lsdiff -H $$patchlist \
- | egrep "/config\.(guess|sub|rpath)$$" | tr "\n" " " ; \
+ | grep "/config\.\(guess\|sub\|rpath\)$$" | tr "\n" " " ; \
fi;\
fi)
ifneq (, $(evil_patches_that_do_nasty_things))