Edit

kc3-lang/bzip2

Branch :

  • Show log

    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>