]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Merge pull request #152 from vu3rdd/182-osx-packaging-7 by
authorDaira Hopwood <daira@jacaranda.org>
Mon, 13 Apr 2015 23:08:47 +0000 (00:08 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 13 Apr 2015 23:08:47 +0000 (00:08 +0100)
strip the single quotes around $VERSION

misc/build_helpers/build-osx-pkg.sh

index fe89cf691a53e7b96a0bd56d1247d7a62c41b574..52f01098dcfbe69a24d84459ed1f7097a1e75d28 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 APPNAME=$1
-VERSION=`sh -c "cat src/allmydata/_version.py | grep verstr | head -n 1 | cut -d' ' -f 3"`
+VERSION=`sh -c "cat src/allmydata/_version.py | grep verstr | head -n 1 | cut -d' ' -f 3" | sed "s/'//g"`
 PWD=`pwd`
 
 # The editing of allmydata-tahoe.egg-link and easy-install.pth files