summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/distutils/util.py b/Lib/distutils/util.py
index 01abd34..25ddbdf 100644
--- a/Lib/distutils/util.py
+++ b/Lib/distutils/util.py
@@ -62,6 +62,7 @@ def get_platform ():
elif osname[:3] == "aix":
return "%s-%s.%s" % (osname, version, release)
elif osname[:6] == "cygwin":
+ osname = "cygwin"
rel_re = re.compile (r'[\d.]+')
m = rel_re.match(release)
if m: