[PR #761] [CLOSED] Replace \s with [[:space:]] for compatibility #920

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

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/761
Author: @oranenj
Created: 9/7/2020
Status: Closed

Base: masterHead: openbsd-compat


📝 Commits (1)

  • e7294c0 Replace \s with :space: for compatibility

📊 Changes

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

View changed files

📝 dehydrated (+6 -6)

📄 Description

Replacing \s with [[:space:]] in the various sed and grep invocations makes dehydrated work on OpenBSD.

This is very lightly tested though; I only tested the dns-01 challenge on OpenBSD and Alpine Linux. However, to my knowledge GNU utils handle these just fine.


🔄 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/761 **Author:** [@oranenj](https://github.com/oranenj) **Created:** 9/7/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `openbsd-compat` --- ### 📝 Commits (1) - [`e7294c0`](https://github.com/dehydrated-io/dehydrated/commit/e7294c0e24c9662271bf7ac625a9551924c0699d) Replace \s with [[:space:]] for compatibility ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+6 -6) </details> ### 📄 Description Replacing `\s` with `[[:space:]]` in the various `sed` and `grep` invocations makes dehydrated work on OpenBSD. This is *very* lightly tested though; I only tested the `dns-01` challenge on OpenBSD and Alpine Linux. However, to my knowledge GNU utils handle these just fine. --- <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 01:30:00 +01:00
adam closed this issue 2025-12-29 01:30:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#920