Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix shell completion on FreeBSD#86

Merged
dhellmann merged 1 commit into
python-virtualenvwrapper:mainpython-virtualenvwrapper/virtualenvwrapper:mainfrom
dhellmann:retry-79dhellmann/virtualenvwrapper:retry-79Copy head branch name to clipboard
Dec 21, 2023
Merged

Fix shell completion on FreeBSD#86
dhellmann merged 1 commit into
python-virtualenvwrapper:mainpython-virtualenvwrapper/virtualenvwrapper:mainfrom
dhellmann:retry-79dhellmann/virtualenvwrapper:retry-79Copy head branch name to clipboard

Conversation

@dhellmann

@dhellmann dhellmann commented Dec 21, 2023

Copy link
Copy Markdown
Contributor

sed on FreeBSD does not support '\s', and gives the error:
"sed: 1: "/^\s*$/d": RE error: trailing backslash ()"

Fix by using POSIX bracket expression '[[:space:]]'

Fixes #65

Originally by @bendikro from #79

sed on FreeBSD does not support '\s', and gives the error:
"sed: 1: "/^\s*$/d": RE error: trailing backslash (\)"

Fix by using POSIX bracket expression '[[:space:]]'
@dhellmann dhellmann merged commit 114896a into python-virtualenvwrapper:main Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sed error on FreeBSD due to GNU extensions

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.