diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-01-21 17:31:12 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-01-21 17:31:12 +0900 |
| commit | 17fa9927a3dbec1752ff383c39122980a49e66fe (patch) | |
| tree | 5c7caa5334596bfe24ad5a83770b618c717295ee /minirake | |
| parent | 117e2ec06544e02511a2b5d2164edb00908ebab2 (diff) | |
| parent | 04941bc1634335c8f7fca3bafc68ca2c25969faf (diff) | |
| download | mruby-17fa9927a3dbec1752ff383c39122980a49e66fe.tar.gz mruby-17fa9927a3dbec1752ff383c39122980a49e66fe.zip | |
resolve conflicts
Diffstat (limited to 'minirake')
| -rwxr-xr-x | minirake | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -277,7 +277,7 @@ module MiniRake # Run the system command +cmd+. def sh(cmd) - puts cmd + puts cmd if $verbose system(cmd) or fail "Command Failed: [#{cmd}]" end @@ -418,7 +418,7 @@ class RakeApp # Read and handle the command line options. def handle_options - $verbose = true + $verbose = false opts = GetoptLong.new(*command_line_options) opts.each { |opt, value| do_option(opt, value) } end |
