Skip to content

Commit fe7a5d1

Browse files
committed
Merged in robsonpeixoto/virtualenvwrapper/bug/265 (pull request #33)
Fixes #265
2 parents fbb5a76 + ec5d410 commit fe7a5d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

virtualenvwrapper.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ function virtualenvwrapper_show_workon_options {
578578
| command \tr "\n" " " \
579579
| command \sed "s|/$VIRTUALENVWRAPPER_ENV_BIN_DIR/activate |/|g" \
580580
| command \tr "/" "\n" \
581+
| command \sed "/^\s*$/d" \
581582
| (unset GREP_OPTIONS; command \egrep -v '^\*$') 2>/dev/null
582583
}
583584

0 commit comments

Comments
 (0)