2140d74 dehydrated#910 hexdump not always available
📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝dehydrated (+2 -2)
📄 Description
Fixes#910 by switching from hexdump which may not be available on Debian, Ubuntu, or some Unix systems to od, which is is part of coreutils on Linux and is part of the base operating system on Unix (macOS, *BSD, illumos) systems.
🔄 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/943
**Author:** [@bahamat](https://github.com/bahamat)
**Created:** 8/6/2024
**Status:** 🔄 Open
**Base:** `master` ← **Head:** `use_od`
---
### 📝 Commits (1)
- [`2140d74`](https://github.com/dehydrated-io/dehydrated/commit/2140d744dc582a438a0ca56c64e022103ae975f5) dehydrated#910 hexdump not always available
### 📊 Changes
**1 file changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+2 -2)
</details>
### 📄 Description
Fixes #910 by switching from `hexdump` which may not be available on Debian, Ubuntu, or some Unix systems to `od`, which is is part of coreutils on Linux and is part of the base operating system on Unix (macOS, *BSD, illumos) systems.
---
<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/943
Author: @bahamat
Created: 8/6/2024
Status: 🔄 Open
Base:
master← Head:use_od📝 Commits (1)
2140d74dehydrated#910 hexdump not always available📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
dehydrated(+2 -2)📄 Description
Fixes #910 by switching from
hexdumpwhich may not be available on Debian, Ubuntu, or some Unix systems tood, which is is part of coreutils on Linux and is part of the base operating system on Unix (macOS, *BSD, illumos) systems.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.