[PR #846] [CLOSED] Fix command_version on Darwin/macOS 11 #944

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

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/846
Author: @jcmoraisjr
Created: 10/17/2021
Status: Closed

Base: masterHead: jm-fix-version-darwin


📝 Commits (1)

  • da82d32 fix command_version on Darwin/macOS 11

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 dehydrated (+2 -2)

📄 Description

Current output of uname on Darwin/macOS 11 is only Darwin, which breaks the premisse used in command_version(). This update adds Darwin alongside BSD.


🔄 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/846 **Author:** [@jcmoraisjr](https://github.com/jcmoraisjr) **Created:** 10/17/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `jm-fix-version-darwin` --- ### 📝 Commits (1) - [`da82d32`](https://github.com/dehydrated-io/dehydrated/commit/da82d32990ddef61434158a079601c78479fd2d8) fix command_version on Darwin/macOS 11 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+2 -2) </details> ### 📄 Description Current output of `uname` on Darwin/macOS 11 is only `Darwin`, which breaks the premisse used in `command_version()`. This update adds `Darwin` alongside `BSD`. --- <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 02:18:39 +01:00
adam closed this issue 2025-12-29 02:18:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#944