mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #143] [MERGED] Use /usr/bin/env bash shebang #730
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/143
Author: @rumpelsepp
Created: 2/17/2016
Status: ✅ Merged
Merged: 2/17/2016
Merged by: @lukas2511
Base:
master← Head:master📝 Commits (1)
1561e9fUse /usr/bin/env bash shebang📊 Changes
3 files changed (+3 additions, -3 deletions)
View changed files
📝
config.sh.example(+1 -1)📝
hook.sh.example(+1 -1)📝
test.sh(+1 -1)📄 Description
On FreeBSD bash is installed in
/usr/local/bin; this patch alters the shebang to use/usr/bin/env bashinstead, to ensure that the shell scripts work on (particularly) the *BSDs as well.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.