]> git.ipfire.org Git - thirdparty/dehydrated.git/commit
fix command_version on Darwin/macOS 11
authorJoao Morais <jcmoraisjr@gmail.com>
Sun, 17 Oct 2021 12:26:46 +0000 (09:26 -0300)
committerLukas Schauer <lukas@schauer.dev>
Sun, 31 Oct 2021 18:08:52 +0000 (19:08 +0100)
commit6ee4ae508e259260e00d0ddbe10a982d43de89a5
tree6ae82a32bcc5beb0f8a8b14483287896a613dc99
parent91cccc0c234e4decf0a19595fa19a6f306788032
fix command_version on Darwin/macOS 11

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`.
dehydrated