mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #716] [CLOSED] Check for openssl/awk/sed and all are executable #901
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.