mirror of https://github.com/python/cpython.git
Donn Cave <donn@u.washington.edu>:
Added definition of VERSION so this works as expected.
This commit is contained in:
parent
a6c2eb5e1e
commit
b59c4603f0
|
@ -24,6 +24,7 @@
|
|||
# Make sure we got reasonable arguments.
|
||||
TARGET=""
|
||||
ARGS=""
|
||||
VERSION=2.0
|
||||
|
||||
while [ "$#" != "0" ]; do
|
||||
case "$1" in
|
||||
|
|
Loading…
Reference in New Issue