mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 14:20:30 +01:00
[PR #974] Replace hexdump but the more available od command
#981
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/974
Author: @simondeziel
Created: 8/4/2025
Status: 🔄 Open
Base:
master← Head:replace-hexdump-by-od📝 Commits (1)
bf20071Replacehexdumpbut the more availableodcommand📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
dehydrated(+2 -2)📄 Description
odis specified by POSIX and is probably more readily available. On Linux systems, it typically comes with thecoreutilspackage.This should avoid needing to pull the
bsdextrautilspackage on Debian systems at least (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088049).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.