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

update bash references to work in non-fhs compliant distros #502

Merged
merged 1 commit into from
Jul 10, 2022

Conversation

lucasew
Copy link
Contributor

@lucasew lucasew commented Jul 9, 2022

Commands for reference

  • oneliner used to replace the shebangs treewide
for f in $(rg -l '#!/bin/bash'); do sed -i 's;#!/bin/bash;#!/usr/bin/env bash;' $f; done

Signed-off-by: lucasew <lucas59356@gmail.com>
@lucasew lucasew marked this pull request as ready for review July 9, 2022 17:47
@Jarred-Sumner Jarred-Sumner merged commit 118c134 into oven-sh:main Jul 10, 2022
@Jarred-Sumner
Copy link
Collaborator

Thanks

@lucasew lucasew deleted the fix/hardcoded-bash branch July 10, 2022 12:38
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