Codebase list debian-goodies / 104292b
dgrep: Fix quoting to allow patterns with blanks Axel Beckert 10 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66 [ Axel Beckert ]
77 * [dgrep]
88 + Support (d)zegrep and (d)zfgrep.
9 + Fix quoting to allow patterns with blanks
910 * Bump debhelper compatibility to 9 to be able to use some more recent
1011 features. Update versioned debhelper build-dependency accordingly.
1112 * Revamp debian/rules
6565 shift
6666 done
6767
68 exec dglob -0f "$@" | xargs -0r $prog $opts $pat
68 exec dglob -0f "$@" | xargs -0r $prog $opts "$pat"