mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r14128) -Fix: first run of determineversion.vbs in a fresh clean hg checkout always detected the sources as modified
This commit is contained in:
parent
bb3c205e05
commit
c428ce6277
@ -219,7 +219,7 @@ Function DetermineSVNVersion()
|
|||||||
If Err.Number = 0 Then
|
If Err.Number = 0 Then
|
||||||
Do
|
Do
|
||||||
line = OExec.StdOut.ReadLine()
|
line = OExec.StdOut.ReadLine()
|
||||||
If Mid(line, 1, 1) <> "?" Then
|
If Len(line) > 0 And Mid(line, 1, 1) <> "?" Then
|
||||||
version = version & "M"
|
version = version & "M"
|
||||||
Exit Do
|
Exit Do
|
||||||
End If
|
End If
|
||||||
|
Loading…
Reference in New Issue
Block a user