test both cases

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3553 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-06-04 11:49:02 +00:00
parent 647d61ff24
commit 13b3590472

View file

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