fix OS-X package version

I changed the quotes in _version.py, and this script was sensitive to
them.
This commit is contained in:
Brian Warner 2016-03-23 02:32:48 -07:00
parent 2c9297f27e
commit 23826b0224
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
VERSION=`sh -c "cat src/allmydata/_version.py | grep verstr | head -n 1 | cut -d' ' -f 3" | sed "s/'//g"`
VERSION=`sh -c "cat src/allmydata/_version.py | grep verstr | head -n 1 | cut -d' ' -f 3" | sed "s/\"//g"`
PWD=`pwd`
TARGET="/Applications/tahoe.app"