Skip to content

Fix shell completion on FreeBSD #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

dhellmann
Copy link
Contributor

@dhellmann dhellmann commented Dec 21, 2023

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