diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-03-25 22:58:39 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-03-25 22:58:39 -0400 |
commit | 9729a8c4a1c6402eb5f6c5fc5d47bcfc966ce385 (patch) | |
tree | db5cf86ef1e674306c01d5073bc956038aa9729c /lib/sisu/v4/hub.rb | |
parent | v4: param, guard against situation where no document creator/author given (diff) |
v4: hub, non-verbose terminal info reduced, minor
Diffstat (limited to 'lib/sisu/v4/hub.rb')
-rw-r--r-- | lib/sisu/v4/hub.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v4/hub.rb b/lib/sisu/v4/hub.rb index 6577f1fa..70a9fc9a 100644 --- a/lib/sisu/v4/hub.rb +++ b/lib/sisu/v4/hub.rb @@ -694,7 +694,7 @@ module SiSU if action_on_file_ == :true \ and @opt.files.length > 0 do_loops - @msg,@msgs="\tsisu -W [to start ruby web-server on output directory]\n",nil unless @opt.act[:quiet][:set] ==:on + @msg,@msgs="\tsisu -W [to start ruby web-server on output directory]\n",nil if @opt.cmd =~/[vVM]/ @tell.call.print_brown if @opt.cmd =~/[uUvVM]/ unless @opt.files.join.empty? if defined? @@env.processing_path.processing \ and @@env.user \ |