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

fix shebang in various bash scripts #910

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

tykling
Copy link
Contributor

@tykling tykling commented Mar 25, 2024

fixes #909

Copy link
Member

@paulfitz paulfitz left a comment

Choose a reason for hiding this comment

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

Thanks @tykling !

@paulfitz paulfitz merged commit c40fa18 into gristlabs:main Mar 25, 2024
13 checks 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.

shebang should use #!/usr/bin/env bash instead of #!/bin/bash
2 participants