mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 19:54:09 +00:00
Merge pull request #152 from vu3rdd/182-osx-packaging-7
strip the single quotes around $VERSION
This commit is contained in:
commit
9789c4b20c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user