diff options
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) |