summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-10 21:58:43 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-10 21:58:43 +0000
commitcd0fcae4aeaaccff48d5c965b94150fcb4555317 (patch)
treecbc648183e82fb1bea1719e140698fa4a004d907 /misc
parente3e654ab6df3d08c4b8ea298517fae7d70796750 (diff)
downloadnasm-cd0fcae4aeaaccff48d5c965b94150fcb4555317.tar.gz
Clean the directory correctly; generate the SF path correctly
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/release4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/release b/misc/release
index 7de9aec1..b0ff91dd 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`