summaryrefslogtreecommitdiff
path: root/Lib/venv
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2016-02-13 16:26:35 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2016-02-13 16:26:35 +0000
commitb2a2aa7664e1cef014ebba5e4207552ac15b943c (patch)
tree84a62685ac32314dab19cc86acf2d04d770ba46b /Lib/venv
parent06c45e6e9c9e199a39b874338fe7cdd21d1925b2 (diff)
downloadcpython-git-b2a2aa7664e1cef014ebba5e4207552ac15b943c.tar.gz
Fixes #26348: Corrected typos in activate.fish script.
Diffstat (limited to 'Lib/venv')
-rw-r--r--Lib/venv/scripts/posix/activate.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/venv/scripts/posix/activate.fish b/Lib/venv/scripts/posix/activate.fish
index 45391aa01c..fb7f5c0db9 100644
--- a/Lib/venv/scripts/posix/activate.fish
+++ b/Lib/venv/scripts/posix/activate.fish
@@ -55,8 +55,8 @@ if test -z "$VIRTUAL_ENV_DISABLE_PROMPT"
# with the original prompt function renamed, we can override with our own.
function fish_prompt
# Prompt override?
- if test -n "__VENV_PROMPT__"
- printf "%s%s%s" "__VENV_PROMPT__" (set_color normal) (_old_fish_prompt)
+ if test -n "$__VENV_PROMPT__"
+ printf "%s%s%s" "$__VENV_PROMPT__" (set_color normal) (_old_fish_prompt)
return
end
# ...Otherwise, prepend env