1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[internal] fix non-removal of sed script

This commit is contained in:
Pete Batard 2011-11-28 20:06:47 +00:00
parent b541496e7e
commit 44c418714c
3 changed files with 8 additions and 6 deletions

View file

@ -47,6 +47,8 @@ git add ./rufus.h
#sed -f cmd.sed _bm.sh > _bm.sh~
#mv _bm.sh~ _bm.sh
rm cmd.sed
# TODO?: use the following in post-commit to setup a tag every 10 commits
#if [ "${TAGVER:${#TAGVER}-1:1}" == '0' ]; then
# echo " commit #${TAGVER:${#TAGVER}-1:1}";