summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmisc/release2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/release b/misc/release
index f3497c43..8b68bafb 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