mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #885] [CLOSED] Replace "egrep" with "grep -E" #956
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/885
Author: @ckujau
Created: 9/14/2022
Status: ❌ Closed
Base:
master← Head:bugfix/egrep📝 Commits (1)
6410019Replace "egrep" with "grep -E"📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
dehydrated(+1 -1)📄 Description
Both egrep and fgrep have been marked obsolete and will issue a warning to stderr now if used.
But "grep -E" does the same and is required by POSIX:
Signed-off-by: Christian Kujau lists@nerdbynature.de
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.