Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'macx/scripts/osxdist.py')
-rwxr-xr-xmacx/scripts/osxdist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/macx/scripts/osxdist.py b/macx/scripts/osxdist.py
index c15d0511f..b74b4cc78 100755
--- a/macx/scripts/osxdist.py
+++ b/macx/scripts/osxdist.py
@@ -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.'''