Skip to content

On Linux Fancy Help Doesn't Work without Help #1

@wd5gnr

Description

@wd5gnr

I don't think this is just my configuration, but it could be. On real Linux (not Cygwin) make executes using /bin/sh which is very limited. That doesn't work for the fancy help which uses a lot of Bash syntax.

I fixed this by up top adding:

SHELL:=/bin/bash

There might be a better way to do this since it assumes bash is in /bin but then again that ought to be a pretty safe assumption I think. I guess you could use the default sh to do a which bash if you wanted to.

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