]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - misc/build_helpers/build-osx-pkg.sh
strip the single quotes around $VERSION
[tahoe-lafs/tahoe-lafs.git] / 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