diff options
author | Brent Eagles <brent@zeroc.com> | 2005-09-19 18:20:11 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-09-19 18:20:11 +0000 |
commit | 2964e6942c37f851da8dde5b1d10e32f9257dcd3 (patch) | |
tree | 82710c6829ccd3ab0a61c14eacc1445402467251 /cpp/newmakebindist.py | |
parent | back out change (diff) | |
download | ice-2964e6942c37f851da8dde5b1d10e32f9257dcd3.tar.bz2 ice-2964e6942c37f851da8dde5b1d10e32f9257dcd3.tar.xz ice-2964e6942c37f851da8dde5b1d10e32f9257dcd3.zip |
Fixing some typo bugs in the binary builder script.
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-x | cpp/newmakebindist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py index 478dd2efc60..ca0087e58d9 100755 --- a/cpp/newmakebindist.py +++ b/cpp/newmakebindist.py @@ -461,7 +461,7 @@ def makePHPbinary(sources, buildDir, installDir, version, clean): newest = 0 for f in phpMatches: m = re.search('([0-9]+)\.([0-9]+)\.([0-9]?).*', f) - + verString = '' for gr in m.groups(): verString = verString + gr if len(phpVersion) == 0: |