From: Daira Hopwood Date: Mon, 13 Apr 2015 23:08:47 +0000 (+0100) Subject: Merge pull request #152 from vu3rdd/182-osx-packaging-7 X-Git-Tag: allmydata-tahoe-1.10.1a1~43 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=9789c4b20c8fae5d4815f26ac51dd2dcbbb75a6d;hp=0bd2444c938ab63471f95a7ea530af5ef10e21a5;p=tahoe-lafs%2Ftahoe-lafs.git Merge pull request #152 from vu3rdd/182-osx-packaging-7 strip the single quotes around $VERSION --- diff --git a/misc/build_helpers/build-osx-pkg.sh b/misc/build_helpers/build-osx-pkg.sh index fe89cf69..52f01098 100755 --- a/misc/build_helpers/build-osx-pkg.sh +++ b/misc/build_helpers/build-osx-pkg.sh @@ -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