variables confusion (Comm@nder21)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3586 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-07-08 18:39:20 +00:00
parent a4ea07f3fa
commit f5fddd3f24

View file

@ -397,7 +397,7 @@ Function PatchCVSRoot
Pop $TEMP1
FileOpen $TEMP2 $TEMP1 "r"
FileRead $TEMP2 $TEMP3
FileClose $TEMP3
FileClose $TEMP2
Push $TEMP3
Call TrimNewLines
Pop $TEMP3
@ -406,7 +406,7 @@ Function PatchCVSRoot
Push "stop"
Return
go:
FileOpen $TEMP1 $TEMP1 "w"
FileOpen $TEMP2 $TEMP1 "w"
FileWrite $TEMP2 ":pserver:anonymous:@cvs.sourceforge.net:/cvsroot/nsis$\r$\n"
FileClose $TEMP2
Push "go"