[PR #143] [MERGED] Use /usr/bin/env bash shebang #730

Closed
opened 2025-12-29 01:28:42 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • 1561e9f Use /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 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>
adam added the pull-request label 2025-12-29 01:28:42 +01:00
adam closed this issue 2025-12-29 01:28:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#730