diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-10 21:58:43 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-10 21:58:43 +0000 |
commit | cd0fcae4aeaaccff48d5c965b94150fcb4555317 (patch) | |
tree | cbc648183e82fb1bea1719e140698fa4a004d907 /misc/release | |
parent | e3e654ab6df3d08c4b8ea298517fae7d70796750 (diff) | |
download | nasm-cd0fcae4aeaaccff48d5c965b94150fcb4555317.tar.gz nasm-cd0fcae4aeaaccff48d5c965b94150fcb4555317.tar.bz2 nasm-cd0fcae4aeaaccff48d5c965b94150fcb4555317.zip |
Clean the directory correctly; generate the SF path correctly
Diffstat (limited to 'misc/release')
-rwxr-xr-x | misc/release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/release b/misc/release index 7de9aec..b0ff91d 100755 --- a/misc/release +++ b/misc/release @@ -30,7 +30,7 @@ cd "$work" if $real; then # Need to tag the tree, use real account - CVS="cvs -z3 -d ${SFUSER}@cvs.nasm.sourceforge.net:/cvsroot/nasm" + CVS="cvs -z3 -d ${sfuser}@cvs.nasm.sourceforge.net:/cvsroot/nasm" else # Don't need to tag the tree, can use anonymous echo ':pserver:anonymous@cvs.nasm.sourceforge.net:/cvsroot/nasm A' > "$work"/cvspass @@ -42,7 +42,7 @@ if [ -n "$2" ]; then branchopt="-r $2" fi -rm -rf nasm* +rm -rf nasm-release.* $CVS co $branchopt nasm version=`cat nasm/version` |