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.
1 parent f9d9fe2 commit 201ed58Copy full SHA for 201ed58
virtualenvwrapper.sh
@@ -71,7 +71,7 @@ virtualenvwrapper_derive_workon_home() {
71
# path might contain stuff to expand.
72
# (it might be possible to do this in shell, but I don't know a
73
# cross-shell-safe way of doing it -wolever)
74
- if echo "$workon_home_dir" | (unset GREP_OPTIONS; \egrep -e "([\$~]|//)" >/dev/null)
+ if echo "$workon_home_dir" | (unset GREP_OPTIONS; \egrep -e '([\$~]|//)' >/dev/null)
75
then
76
# This will normalize the path by:
77
# - Removing extra slashes (e.g., when TMPDIR ends in a slash)
0 commit comments