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