summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
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)