mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-25 18:10:23 +08:00
cvs tag doesn't have an -a option
This commit is contained in:
parent
6afaad9771
commit
e3e654ab6d
@ -52,7 +52,7 @@ v3=`echo $version | cut -d. -f3`
|
||||
|
||||
# Tag the tree as a release
|
||||
if $real; then
|
||||
cd nasm && $CVS tag -F -a nasm-`echo $version | sed -e 's/\./_/g'`
|
||||
cd nasm && $CVS tag -F nasm-`echo $version | sed -e 's/\./_/g'`
|
||||
fi
|
||||
|
||||
# Extract file names which have the -kb flag set, meaning they
|
||||
|
Loading…
x
Reference in New Issue
Block a user