1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* tool/generic_erb.rb: sends the result to stdout if no output option.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-10-19 12:19:19 +00:00
parent de85d6e92e
commit 295c75cb7c
2 changed files with 4 additions and 1 deletions

View file

@ -1,8 +1,9 @@
Sun Oct 19 21:12:51 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sun Oct 19 21:19:16 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (srcs): removed ID_H_TARGET.
* tool/generic_erb.rb: always overwrites if no if-change option.
sends the result to stdout if no output option.
* template/id.h.tmpl: shows which token differs.

View file

@ -29,4 +29,6 @@ if output
end
FileUtils.touch(timestamp)
end
else
print result
end