Skip to content

Commit

Permalink
Merge pull request #86 from dhellmann/retry-79
Browse files Browse the repository at this point in the history
Fix shell completion on FreeBSD
  • Loading branch information
dhellmann committed Dec 21, 2023
2 parents 0332d4a + 8012c54 commit 114896a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualenvwrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ function virtualenvwrapper_show_workon_options {
| command \tr "\n" " " \
| command \sed "s|/$VIRTUALENVWRAPPER_ENV_BIN_DIR/activate |/|g" \
| command \tr "/" "\n" \
| command \sed "/^\s*$/d" \
| command \sed "/^[[:space:]]*$/d" \
| (unset GREP_OPTIONS; command \grep -E -v '^\*$') 2>/dev/null
}

Expand Down

0 comments on commit 114896a

Please sign in to comment.