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>
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/846
Author: @jcmoraisjr
Created: 10/17/2021
Status: ❌ Closed
Base:
master← Head:jm-fix-version-darwin📝 Commits (1)
da82d32fix command_version on Darwin/macOS 11📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
dehydrated(+2 -2)📄 Description
Current output of
unameon Darwin/macOS 11 is onlyDarwin, which breaks the premisse used incommand_version(). This update addsDarwinalongsideBSD.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.