[PR #1156] [MERGED] [FIX] Use shebang line that can work on different distributions #1943

Closed
opened 2026-01-29 17:19:22 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1156
Author: @NilsIrl
Created: 12/22/2019
Status: Merged
Merged: 12/22/2019
Merged by: @cfsmp3

Base: masterHead: nixos


📝 Commits (1)

  • 6b102eb Use shebang line that can work on different distributions

📊 Changes

8 files changed (+8 additions, -8 deletions)

View changed files

📝 linux/autogen.sh (+1 -1)
📝 linux/build (+1 -1)
📝 linux/build-static.sh (+1 -1)
📝 linux/build_hardsubx (+1 -1)
📝 linux/builddebug (+1 -1)
📝 linux/cleanup (+1 -1)
📝 linux/module_generator (+1 -1)
📝 linux/pre-build.sh (+1 -1)

📄 Description

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

use /usr/bin/env bash instead of /bin/bash as bash might not always be there


🔄 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/CCExtractor/ccextractor/pull/1156 **Author:** [@NilsIrl](https://github.com/NilsIrl) **Created:** 12/22/2019 **Status:** ✅ Merged **Merged:** 12/22/2019 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `nixos` --- ### 📝 Commits (1) - [`6b102eb`](https://github.com/CCExtractor/ccextractor/commit/6b102eb56c10612eb6daa396b3b8d85165541aba) Use shebang line that can work on different distributions ### 📊 Changes **8 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `linux/autogen.sh` (+1 -1) 📝 `linux/build` (+1 -1) 📝 `linux/build-static.sh` (+1 -1) 📝 `linux/build_hardsubx` (+1 -1) 📝 `linux/builddebug` (+1 -1) 📝 `linux/cleanup` (+1 -1) 📝 `linux/module_generator` (+1 -1) 📝 `linux/pre-build.sh` (+1 -1) </details> ### 📄 Description - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. use `/usr/bin/env bash` instead of `/bin/bash` as bash might not always be there --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:19:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1943