summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-02-21 14:33:40 +0000
committerBernard Normier <bernard@zeroc.com>2007-02-21 14:33:40 +0000
commit4d6b1e69187ccee1cab07c720cea7eac429e1ee4 (patch)
treed29236f493ce0029776b3b9bebe13834ecc10971 /cpp/makebindist.py
parentFixed bug #1897 (diff)
downloadice-4d6b1e69187ccee1cab07c720cea7eac429e1ee4.tar.bz2
ice-4d6b1e69187ccee1cab07c720cea7eac429e1ee4.tar.xz
ice-4d6b1e69187ccee1cab07c720cea7eac429e1ee4.zip
Fixed bug #1900 (typo)
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py
index 553b544727a..67807ff5684 100755
--- a/cpp/makebindist.py
+++ b/cpp/makebindist.py
@@ -1170,7 +1170,7 @@ def main():
if psf == 'README':
if platform == 'Linux':
if os.system('test -f /etc/redhat-release') == 0:
- plaform = 'RHEL'
+ platform = 'RHEL'
else:
platform = 'SLES'
cf = os.path.join(installFiles, 'unix', psf + '.' + platform)