mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
bug 300149 only remove the last character of the version if it's a newline (use chomp instead of chop)
r=bsmedberg sr=dveditz a=bsmedberg
This commit is contained in:
parent
6d70f2be23
commit
2338bdd85d
@ -452,7 +452,7 @@ sub GetProductMilestoneVersion
|
||||
print " versionMilestone: $versionMilestone\n";
|
||||
}
|
||||
|
||||
chop($versionMilestone);
|
||||
chomp($versionMilestone);
|
||||
chdir($saveCwd);
|
||||
|
||||
if(defined($initEmptyValues) && ($initEmptyValues eq 1))
|
||||
|
Loading…
Reference in New Issue
Block a user