Merge pull request from vu3rdd/182-osx-packaging-7

strip the single quotes around $VERSION
This commit is contained in:
Daira Hopwood 2015-04-14 00:08:47 +01:00
commit 9789c4b20c

View File

@ -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