mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
Update to match SF changes
This commit is contained in:
parent
9d5a64f00f
commit
dbcf0089d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user