commit: 4da769cccaf34efaacf620f1a2ea161cea8e9803
parent 253d96f2e2a7289755645a1cb17a1be4f36e1222
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Sat, 12 Jan 2013 23:04:46 +0100
Do not backup version.py (under version control and frankly, not that complex)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devscripts/release.sh b/devscripts/release.sh
@@ -25,7 +25,7 @@ make clean
nosetests --with-coverage --cover-package=youtube_dl --cover-html test || exit 1
echo "\n### Changing version in version.py..."
-sed -i~ "s/__version__ = '.*'/__version__ = '$version'/" youtube_dl/version.py
+sed -i "s/__version__ = '.*'/__version__ = '$version'/" youtube_dl/version.py
echo "\n### Committing CHANGELOG README.md and youtube_dl/version.py..."
make README.md