🔄 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/716
**Author:** [@krayon](https://github.com/krayon)
**Created:** 3/16/2020
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `fix.01.depcheck`
---
### 📝 Commits (1)
- [`aaa3418`](https://github.com/dehydrated-io/dehydrated/commit/aaa3418eee67b9669e1df463e8db0041c9417d2b) Check for openssl/awk/sed and all are executable
### 📊 Changes
**1 file changed** (+6 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+6 -3)
</details>
### 📄 Description
This fixes #715 by checking the commands are not just in path, but executable. It also checks for the presence of `awk` and `sed`.
**NOTE:** `[ -x "" ]` will fail correctly so if no file is found, the correct result will still be achieved.
Signed-off-by: Krayon <krayon.git@qdnx.org>
---
<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/716
Author: @krayon
Created: 3/16/2020
Status: ❌ Closed
Base:
master← Head:fix.01.depcheck📝 Commits (1)
aaa3418Check for openssl/awk/sed and all are executable📊 Changes
1 file changed (+6 additions, -3 deletions)
View changed files
📝
dehydrated(+6 -3)📄 Description
This fixes #715 by checking the commands are not just in path, but executable. It also checks for the presence of
awkandsed.NOTE:
[ -x "" ]will fail correctly so if no file is found, the correct result will still be achieved.Signed-off-by: Krayon krayon.git@qdnx.org
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.