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:
parent
a4ea07f3fa
commit
f5fddd3f24
1 changed files with 2 additions and 2 deletions
|
@ -397,7 +397,7 @@ Function PatchCVSRoot
|
||||||
Pop $TEMP1
|
Pop $TEMP1
|
||||||
FileOpen $TEMP2 $TEMP1 "r"
|
FileOpen $TEMP2 $TEMP1 "r"
|
||||||
FileRead $TEMP2 $TEMP3
|
FileRead $TEMP2 $TEMP3
|
||||||
FileClose $TEMP3
|
FileClose $TEMP2
|
||||||
Push $TEMP3
|
Push $TEMP3
|
||||||
Call TrimNewLines
|
Call TrimNewLines
|
||||||
Pop $TEMP3
|
Pop $TEMP3
|
||||||
|
@ -406,7 +406,7 @@ Function PatchCVSRoot
|
||||||
Push "stop"
|
Push "stop"
|
||||||
Return
|
Return
|
||||||
go:
|
go:
|
||||||
FileOpen $TEMP1 $TEMP1 "w"
|
FileOpen $TEMP2 $TEMP1 "w"
|
||||||
FileWrite $TEMP2 ":pserver:anonymous:@cvs.sourceforge.net:/cvsroot/nsis$\r$\n"
|
FileWrite $TEMP2 ":pserver:anonymous:@cvs.sourceforge.net:/cvsroot/nsis$\r$\n"
|
||||||
FileClose $TEMP2
|
FileClose $TEMP2
|
||||||
Push "go"
|
Push "go"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue