Skip to content

sed -z is not supported on BSD systems #228

@andsens

Description

@andsens

As noted in #223 (comment) by @ushkinaz sed -z used here

git ls-files -z | sed -z "s#^#${repo//#/\\#}/#"

breaks on BSD systems. Replacing it with git ls-files -z | sed "s#\x00#\x00${repo//#/\\#}/#" should do the trick.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions