mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-03 01:01:07 +00:00
Trim whitespace from revision number, which may cause build issues.
This commit is contained in:
parent
294f23f34a
commit
a49c995bdf
|
@ -89,7 +89,7 @@ namespace Build.UpdateVersion
|
|||
string build = ((int)timespan).ToString();
|
||||
|
||||
string revision = RetrieveSvnRevision() ?? RetrieveBzrRevision() ?? RetrieveSeconds(timespan);
|
||||
//string revision = RetrieveSvnRevision() ?? RetrieveSeconds(timespan);
|
||||
revision = revision.Trim();
|
||||
|
||||
File.WriteAllLines(file, new string[]
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue