mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Don't include newline character from 'git describe' in osxdist.py.
This commit is contained in:
parent
ef07a72071
commit
2ffa6719e0
@ -13,7 +13,7 @@ from optparse import OptionParser
|
||||
|
||||
def gitrev():
|
||||
'''Get git revision of the current Mumble build.'''
|
||||
return os.popen('git describe').read()
|
||||
return os.popen('git describe').read()[:-1]
|
||||
|
||||
def codesign(id, path):
|
||||
'''Call the codesign executable.'''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user