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:
parent
b541496e7e
commit
44c418714c
3 changed files with 8 additions and 6 deletions
|
@ -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}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue