Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wd5gnr opened this issue Aug 17, 2018 · 1 comment
Open

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

wd5gnr opened this issue Aug 17, 2018 · 1 comment

Comments

@wd5gnr
Copy link

wd5gnr commented Aug 17, 2018

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.

@jefflieu
Copy link
Owner

Hello,
I've just tested again in my CentOS Linux and my windows Altera's NIOS Shell (which is a Cygwin) , it seems fine.
Actually I'm not entirely sure how this Fancy help works in details. I copied it from internet :D
Probably from here:
https://gist.github.com/prwhite/8168133
Thanks for your feedback.
I'll update it anyway to make it more robust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants