diff options
author | H. Peter Anvin <hpa@zytor.com> | 2005-01-14 22:57:03 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2005-01-14 22:57:03 +0000 |
commit | dbcf0089d653dea5c6a10272c01f2e5bd0201371 (patch) | |
tree | 84b3665e3f67c3d23d71f5f96244ba8bd1ad0cc1 /misc | |
parent | 9d5a64f00fcb6f91cab927edfd5523ac50cb33e0 (diff) | |
download | nasm-dbcf0089d653dea5c6a10272c01f2e5bd0201371.tar.gz nasm-dbcf0089d653dea5c6a10272c01f2e5bd0201371.tar.bz2 nasm-dbcf0089d653dea5c6a10272c01f2e5bd0201371.zip |
Update to match SF changes
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/release b/misc/release index f3497c4..8b68baf 100755 --- a/misc/release +++ b/misc/release @@ -33,7 +33,7 @@ cd "$work" # identity if we have one; otherwise, change the "true" below to "$real". if true; 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.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 |