Remove duplicated line on version script.

This commit is contained in:
codestation
2015-02-28 18:55:21 -04:30
parent 12803cbe38
commit 9569cf6acb

View File

@@ -2,7 +2,6 @@
[ $# -eq 0 ] && { echo "Usage: $0 <version>"; exit 1; } [ $# -eq 0 ] && { echo "Usage: $0 <version>"; exit 1; }
sed -i "s/%define _version.*/%define _version $1/" rpmbuild/qcma.spec
sed -i "s/%define _version.*/%define _version $1/" rpmbuild/qcma.spec sed -i "s/%define _version.*/%define _version $1/" rpmbuild/qcma.spec
sed -i "s/VERSION = .*/VERSION = $1/" qcma_common.pri sed -i "s/VERSION = .*/VERSION = $1/" qcma_common.pri
echo "Don't forget to update the changelog and nsis script" echo "Don't forget to update the changelog and nsis script"