We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0332d4a + 8012c54 commit 114896aCopy full SHA for 114896a
virtualenvwrapper.sh
@@ -586,7 +586,7 @@ function virtualenvwrapper_show_workon_options {
586
| command \tr "\n" " " \
587
| command \sed "s|/$VIRTUALENVWRAPPER_ENV_BIN_DIR/activate |/|g" \
588
| command \tr "/" "\n" \
589
- | command \sed "/^\s*$/d" \
+ | command \sed "/^[[:space:]]*$/d" \
590
| (unset GREP_OPTIONS; command \grep -E -v '^\*$') 2>/dev/null
591
}
592
0 commit comments