diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-06 15:57:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-06 15:57:45 (GMT) |
commit | b59c4603f016dc2c3d9da470d7c710777fcb7adb (patch) | |
tree | 625fff7768b71bb10e1ff26dda83e05733003ac7 /BeOS | |
parent | a6c2eb5e1efaef3a0799a3d220637b46869d86e3 (diff) | |
download | cpython-b59c4603f016dc2c3d9da470d7c710777fcb7adb.zip cpython-b59c4603f016dc2c3d9da470d7c710777fcb7adb.tar.gz cpython-b59c4603f016dc2c3d9da470d7c710777fcb7adb.tar.bz2 |
Donn Cave <donn@u.washington.edu>:
Added definition of VERSION so this works as expected.
Diffstat (limited to 'BeOS')
-rwxr-xr-x | BeOS/linkmodule | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BeOS/linkmodule b/BeOS/linkmodule index 7e0b5b9..ac20cd2 100755 --- a/BeOS/linkmodule +++ b/BeOS/linkmodule @@ -24,6 +24,7 @@ # Make sure we got reasonable arguments. TARGET="" ARGS="" +VERSION=2.0 while [ "$#" != "0" ]; do case "$1" in |