Codebase list debian-goodies / 5fa7e9e
dgrep: Fix old name "dpkg-grep" in error message Axel Beckert 9 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22 [ Axel Beckert ]
33 * [debget]
44 - Fix typo in error message (Closes: #733466)
5 * [dgrep]
6 - Fix old name "dpkg-grep" in error message.
57
68 [ Javier Fernández-Sanguino ]
79 * [checkrestart]:
2424
2525 case "$prog" in
2626 grep|egrep|fgrep|zgrep|zegrep|zfgrep) ;;
27 *) echo >&2 "dpkg-grep: Unrecognized invocation: $0"; exit 1 ;;
27 *) echo >&2 "dgrep: Unrecognized invocation: $0"; exit 1 ;;
2828 esac
2929
3030 # Option parser modeled after the one in zgrep from GNU grep