On FreeBSD bash is installed in /usr/local/bin; this patch alters the shebang to use /usr/bin/env bash instead, 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.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/143
**Author:** [@rumpelsepp](https://github.com/rumpelsepp)
**Created:** 2/17/2016
**Status:** ✅ Merged
**Merged:** 2/17/2016
**Merged by:** [@lukas2511](https://github.com/lukas2511)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (1)
- [`1561e9f`](https://github.com/dehydrated-io/dehydrated/commit/1561e9fc6d2853e7aba42222a407ff46e50664b8) Use /usr/bin/env bash shebang
### 📊 Changes
**3 files changed** (+3 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `config.sh.example` (+1 -1)
📝 `hook.sh.example` (+1 -1)
📝 `test.sh` (+1 -1)
</details>
### 📄 Description
On FreeBSD bash is installed in `/usr/local/bin`; this patch alters the shebang to use `/usr/bin/env bash` instead, to ensure that the shell scripts work on (particularly) the *BSDs as well.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.