]> www.infradead.org Git - users/hch/nvmetcli.git/commitdiff
add a make clean pass to bump-ver.sh
authorChristoph Hellwig <hch@lst.de>
Thu, 10 Aug 2017 12:45:42 +0000 (14:45 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 10 Aug 2017 12:45:56 +0000 (14:45 +0200)
Signed-off-by: Christoph Hellwig <hch@lst.de>
bump-ver.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index af850c0..21f7df3
@@ -14,6 +14,7 @@ if [ -z "$VER" ]; then
    exit 1
 fi
 
+make clean
 sed -i "s/version =.*,/version = $VER,/" setup.py
 git add setup.py
 git commit -m "bump version to v$VER"