aks/bash-lib

make doesn't work

hemna opened this issue · 2 comments

hemna commented

I cloned the repo, then tried to run make as described in the install instructions.

  ass-vm  vagrant   master  ~  bash-lib  make
generate-prompt-colors
make: /usr/local/bin/bash: Command not found
Makefile:38: recipe for target 'prompt-colors.sh' failed
make: *** [prompt-colors.sh] Error 127

aks commented

Thanks for the report! I'll fix it shortly.

In the meantime, you can fix it yourself by replacing the SHELL definition in the Makefile, at line 38, with the path to bash on your system. If you're not sure what the path is, use the output of which bash.

aks commented

Fixed with rico-chet's PR.