Bug#863002: grep missing path

2017-05-21 Thread Santiago R.R.
Thanks for your report. However, I'm not sure it is a bug. El 19/05/17 a las 22:04, john mullee escribió: > Package: grep > Version: 2.20-4.1 > > cat /bin/egrep > #!/bin/sh > exec grep -E "$@" > > should replace with > > exec /bin/grep -E "$@" > > to reproduce: > > root@debian-512

Bug#863002: grep missing path

2017-05-19 Thread john mullee
Package: grep Version: 2.20-4.1 cat /bin/egrep #!/bin/sh exec grep -E "$@" should replace with exec /bin/grep -E "$@" to reproduce: root@debian-512mb-fra1-01:/opt/firewall# bash root@debian-512mb-fra1-01:/opt/firewall# PATH=/usr/local egrep "any" /etc/* bash: egrep: command not fo