Empty password for anonymous CVS
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3180 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c2fce2e62a
commit
92ec99d190
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ Function PatchCVSRoot
|
||||||
Return
|
Return
|
||||||
go:
|
go:
|
||||||
FileOpen $6 $5 "w"
|
FileOpen $6 $5 "w"
|
||||||
FileWrite $6 ":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nsis$\r$\n"
|
FileWrite $6 ":pserver:anonymous:@cvs.sourceforge.net:/cvsroot/nsis$\r$\n"
|
||||||
FileClose $6
|
FileClose $6
|
||||||
Push "go"
|
Push "go"
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue