kmx git
Register
kc3-lang/bzip2
kc3-lang
Login
kc3-lang
/
bzip2
Browse
Commit
Author :
Mark Wielaard
Date :
2019-07-12 00:50:54
Hash :
33414da1
Message :
Fix bashism in bzgrep bzgrep uses ${var//} which is a bashism. Replace by calling sed so other POSIX shells work. Patch from openSUSE by Led <ledest@gmail.com>