fixed cvs root patching

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3551 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2004-06-01 12:29:46 +00:00
parent af6951c0d3
commit 8031329c3d

View file

@ -401,7 +401,7 @@ Function PatchCVSRoot
Push $TEMP3
Call TrimNewLines
Pop $TEMP3
StrCmp $TEMP3 ":pserver:anonymous@cvs1:/cvsroot/nsis" go
StrCmp $TEMP3 ":pserver:anonymous:@cvs1:/cvsroot/nsis" go
Push "stop"
Return
go: