Skip to content

Change path to groff and awk in Makefile to use env #3

@alohawolf

Description

@alohawolf

I'd suggest changing

GROFF = /usr/bin/groff
AWK = /usr/bin/awk

to

GROFF = /usr/bin/env groff
AWK = /usr/bin/env awk

I ran into an issue on OS X where when I installed an updated groff via homebrew, because the script was hardcoded to a particular path, it didn't pick up the change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions