-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
@ghost
Description
Running command make deploy (and make run(??)) sends an error /deploy.sh: source: not found.
It is because link /bin/sh refers to /bin/dash instead of /bin/bash on my linux (Ubuntu 20.04)
Workaround: `make -e SHELL=/bin/bash deploy'. It isn't too nice.
Metadata
Metadata
Assignees
Labels
No labels