Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
bzgrep uses ${var//..} substitutions although its first line reads #!/bin/sh. Thus, it won't work if /bin/sh is a link to a POSIX shell like dash. An easy workaround is to replace the first line by #!/bin/bash.
fixed in bzip2-1.0.4-r1 by using sed