浏览代码

Do not backup version.py (under version control and frankly, not that complex)

Philipp Hagemeister 12 年之前
父节点
当前提交
4da769ccca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      devscripts/release.sh

+ 1 - 1
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