diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-21 14:33:40 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-21 14:33:40 +0000 |
commit | 4d6b1e69187ccee1cab07c720cea7eac429e1ee4 (patch) | |
tree | d29236f493ce0029776b3b9bebe13834ecc10971 /cpp/makebindist.py | |
parent | Fixed bug #1897 (diff) | |
download | ice-4d6b1e69187ccee1cab07c720cea7eac429e1ee4.tar.bz2 ice-4d6b1e69187ccee1cab07c720cea7eac429e1ee4.tar.xz ice-4d6b1e69187ccee1cab07c720cea7eac429e1ee4.zip |
Fixed bug #1900 (typo)
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 2 |
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) |