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

ci: use system shell instead of bash #1834

Closed
wants to merge 1 commit into from

Conversation

unrealapex
Copy link
Contributor

Description

Change the test script's shebang to #!/bin/sh because Bash isn't ubiquitous on non-GNU systems.

Related Issue(s)

Fixes #1774

use #!/bin/sh as shebang instead of bash because it is more portable
@folke folke closed this Dec 5, 2024
@folke
Copy link
Owner

folke commented Dec 5, 2024

Like I said, the test scripts are for me and for the ci. It all works as it is

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.

feature: use sh for tests script shebang
2 participants