diff options
| author | SiggyBar <sigmund_vik@yahoo.com> | 2021-10-23 12:13:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-23 11:13:15 +0100 |
| commit | 35ec4416d2012cfcb7a5e638813f6d52e852f29f (patch) | |
| tree | c41ebd4ddd197bc7a61de688e721d1bc116c1c32 /src | |
| parent | c36117987cf65da92d4cfa7ab042f28a6266e135 (diff) | |
| download | virtualenv-35ec4416d2012cfcb7a5e638813f6d52e852f29f.tar.gz | |
Remove stray closing parenthesis in activate.bat (#2221)
Diffstat (limited to 'src')
| -rw-r--r-- | src/virtualenv/activation/batch/activate.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/virtualenv/activation/batch/activate.bat b/src/virtualenv/activation/batch/activate.bat index c0949ba..2ce9e5a 100644 --- a/src/virtualenv/activation/batch/activate.bat +++ b/src/virtualenv/activation/batch/activate.bat @@ -17,7 +17,6 @@ if not defined VIRTUAL_ENV_DISABLE_PROMPT ( if NOT DEFINED ENV_PROMPT ( for %%d in ("%VIRTUAL_ENV%") do set "ENV_PROMPT=(%%~nxd) " ) - ) set "PROMPT=%ENV_PROMPT%%PROMPT%" ) |
