Skip to content

contrithanks: fix for BSD sed tool#18062

Closed
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:contrithanks-nongnu
Closed

contrithanks: fix for BSD sed tool#18062
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:contrithanks-nongnu

Conversation

@vszakats
Copy link
Member

@vszakats vszakats commented Jul 28, 2025

Fixing on macOS, and possibly other BSDs:

sed: 83: ./docs/THANKS-filter: RE error: illegal byte sequence

Where line 83 contains \xED.

Switch to raw encoding to avoid sed evaluating the stream of bytes.

Ref: #18061

```
sed: 83: ./docs/THANKS-filter: RE error: illegal byte sequence
```

Where line 83 contains `\xED`.

Switch to raw encoding to avoid sed evaluating the stream of bytes.
@vszakats vszakats changed the title contrithanks: fix for non-GNU sed tools contrithanks: fix for non-GNU sed tool Jul 28, 2025
@vszakats vszakats added the appleOS specific to an Apple operating system label Jul 28, 2025
@vszakats vszakats changed the title contrithanks: fix for non-GNU sed tool contrithanks: fix for BSD sed tool Jul 28, 2025
@vszakats vszakats closed this in 577ec09 Jul 28, 2025
@vszakats vszakats deleted the contrithanks-nongnu branch July 28, 2025 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

appleOS specific to an Apple operating system script

Development

Successfully merging this pull request may close these issues.

1 participant

Comments