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

Use a shebang to enforce running test.sh in bash #24

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

krtab
Copy link
Contributor

@krtab krtab commented Apr 29, 2024

Commit b959a7f was made because test.sh cannot run on systems where the default shell is not bash compatible (e.g. zsh). (cf #23)

A shebang allows to force the use of bash to interpret the shell script. This version using /usr/bin/env should be the most portable.

@lucblassel It this working fine for you?

Commit b959a7f was made because
`test.sh` cannot run on systems where the default shell is not bash
compatible (e.g. zsh). (cf evolbioinfo#23)

A [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) allows to
force the use of bash to interpret the shell script. This version
using `/usr/bin/env` should be the most portable.
Copy link
Collaborator

@fredericlemoine fredericlemoine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @krtab

@fredericlemoine fredericlemoine merged commit 56d00aa into evolbioinfo:master Apr 29, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants