Skip to content

Commit 114896a

Browse files
authored
Merge pull request #86 from dhellmann/retry-79
Fix shell completion on FreeBSD
2 parents 0332d4a + 8012c54 commit 114896a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenvwrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ function virtualenvwrapper_show_workon_options {
586586
| command \tr "\n" " " \
587587
| command \sed "s|/$VIRTUALENVWRAPPER_ENV_BIN_DIR/activate |/|g" \
588588
| command \tr "/" "\n" \
589-
| command \sed "/^\s*$/d" \
589+
| command \sed "/^[[:space:]]*$/d" \
590590
| (unset GREP_OPTIONS; command \grep -E -v '^\*$') 2>/dev/null
591591
}
592592

0 commit comments

Comments
 (0)