Changeset - r9971:911c62d9fc18
[Not reviewed]
master
0 1 0
glx - 16 years ago 2008-08-22 15:15:11
glx@openttd.org
(svn r14128) -Fix: first run of determineversion.vbs in a fresh clean hg checkout always detected the sources as modified
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
projects/determineversion.vbs
Show inline comments
 
@@ -219,7 +219,7 @@ Function DetermineSVNVersion()
 
				If Err.Number = 0 Then
 
					Do
 
						line = OExec.StdOut.ReadLine()
 
						If Mid(line, 1, 1) <> "?" Then
 
						If Len(line) > 0 And Mid(line, 1, 1) <> "?" Then
 
							version = version & "M"
 
							Exit Do
 
						End If
0 comments (0 inline, 0 general)