[PR #716] [CLOSED] Check for openssl/awk/sed and all are executable #901

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

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/716
Author: @krayon
Created: 3/16/2020
Status: Closed

Base: masterHead: fix.01.depcheck


📝 Commits (1)

  • aaa3418 Check 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 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


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

No dependencies set.

Reference: starred/dehydrated#901