24f8ec4 Merge branch 'master' of github.com:dehydrated-io/dehydrated into basic-re
📊 Changes
1 file changed (+35 additions, -40 deletions)
View changed files
📝dehydrated (+35 -40)
📄 Description
this is for portability but not as well-tested as my other changes, although it works for me (obviously) on MirBSD; the extra #' line is to repair my editor’s syntax highlighting after a crazy line
for simplicity, I based this off the code after PR #617 was applied, as it would otherwise have context conflicts (directly adjacent lines are changed by these two PRs), and I thought #617 pretty indisputable and trivial to apply anyway
🔄 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/618
**Author:** [@mirabilos](https://github.com/mirabilos)
**Created:** 12/19/2018
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `basic-re`
---
### 📝 Commits (4)
- [`3d11d99`](https://github.com/dehydrated-io/dehydrated/commit/3d11d99e57982fe08d1190b6b356304b09326ba2) support mksh as executing shell
- [`d5ca390`](https://github.com/dehydrated-io/dehydrated/commit/d5ca39034a11466faafb8585039a904e5cc362a3) require only basic RE of sed(1) and no POSIX character classes
- [`29f53e5`](https://github.com/dehydrated-io/dehydrated/commit/29f53e59636bf21aa01fe8a4ad9f5417fc6b837a) Merge tag 'v0.6.5' into basic-re
- [`24f8ec4`](https://github.com/dehydrated-io/dehydrated/commit/24f8ec40f9d2e3d2ef7314eddeac93d3c4f1fb30) Merge branch 'master' of github.com:dehydrated-io/dehydrated into basic-re
### 📊 Changes
**1 file changed** (+35 additions, -40 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+35 -40)
</details>
### 📄 Description
this is for portability but not as well-tested as my other changes, although it works for me (obviously) on MirBSD; the extra `#'` line is to repair my editor’s syntax highlighting after a crazy line
for simplicity, I based this off the code after PR #617 was applied, as it would otherwise have context conflicts (directly adjacent lines are changed by these two PRs), and I thought #617 pretty indisputable and trivial to apply anyway
---
<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/618
Author: @mirabilos
Created: 12/19/2018
Status: ❌ Closed
Base:
master← Head:basic-re📝 Commits (4)
3d11d99support mksh as executing shelld5ca390require only basic RE of sed(1) and no POSIX character classes29f53e5Merge tag 'v0.6.5' into basic-re24f8ec4Merge branch 'master' of github.com:dehydrated-io/dehydrated into basic-re📊 Changes
1 file changed (+35 additions, -40 deletions)
View changed files
📝
dehydrated(+35 -40)📄 Description
this is for portability but not as well-tested as my other changes, although it works for me (obviously) on MirBSD; the extra
#'line is to repair my editor’s syntax highlighting after a crazy linefor simplicity, I based this off the code after PR #617 was applied, as it would otherwise have context conflicts (directly adjacent lines are changed by these two PRs), and I thought #617 pretty indisputable and trivial to apply anyway
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.