Bug#812693: pbuilder-satisfydepends-classic: typo greq -> grep

2016-01-25 Thread Michael Tautschnig
Package: pbuilder Version: 0.223 Line 161 of pbuilder-satisfydepends-classic presently says: if echo "$INSTALLPKG" | greq -q '<'; then I believe this should be grep instead of greq. Best, Michael signature.asc Description: PGP signature

Bug#812693: pbuilder-satisfydepends-classic: typo greq -> grep

2016-01-25 Thread Mattia Rizzolo
control: tag -1 pending On Mon, Jan 25, 2016 at 09:59:33PM +, Michael Tautschnig wrote: > Package: pbuilder > Version: 0.223 > > Line 161 of pbuilder-satisfydepends-classic presently says: > > if echo "$INSTALLPKG" | greq -q '<'; then > > I believe this should be grep instead of greq.