projects
/
sdk
/
tools
/
sdk-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a59f498
)
[Title] fix unimportant message print
author
jiil.hyoun
<jiil.hyoun@samsung.com>
Wed, 10 Oct 2012 07:53:51 +0000
(16:53 +0900)
committer
jiil.hyoun
<jiil.hyoun@samsung.com>
Wed, 10 Oct 2012 07:53:51 +0000
(16:53 +0900)
[Type] Bugfix
[Module] Toolchain /
[Priority] Minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Change-Id: I0d3cc349950416a23b77a57e9b919b7c0fce06a6
src/common/parser.rb
patch
|
blob
|
history
diff --git
a/src/common/parser.rb
b/src/common/parser.rb
index db85cad3598c68a85cce9416dd578d7203ef149b..994661808975d17f77bb21fdf82551f19586ea0e 100644
(file)
--- a/
src/common/parser.rb
+++ b/
src/common/parser.rb
@@
-248,7
+248,6
@@
class Parser
if not version =~ /^[0-9][0-9]*.[0-9][0-9]*.[0-9][0-9]*$/ then
raise RuntimeError, "Version format not matched \"#{version}\"\nVersion format must be \"{digit}.{digit}.{digit}\""
end
- puts version
return version
end