cpython/Lib/venv/scripts/common
Miss Islington (bot) 63eefc3567 bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973)
Before, running deactivate from a bash shell configured to treat undefined variables as errors (`set -u`) would produce a warning:

```
$ python3 -m venv test
$ source test/bin/activate
(test) $ deactivate
-bash: $1: unbound variable
```
(cherry picked from commit 5209e586b7)

Co-authored-by: Daniel Abrahamsson <hamsson@gmail.com>
2019-09-11 08:55:57 -07:00
..
Activate.ps1 [3.8] bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967) 2019-08-12 14:09:26 -07:00
activate bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973) 2019-09-11 08:55:57 -07:00