diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-03-25 23:07:56 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-03-25 23:07:56 -0400 |
commit | 88d06e3e9b40289ad2098a9bc7be82d5f1d22b89 (patch) | |
tree | fc217bf7ecb96747a7fa006ad30cd5c01ec896ea /lib/sisu/v4/hub.rb | |
parent | debian/changelog (4.0.16-1) (diff) | |
parent | v4: version & changelog, dates touched (diff) |
Merge tag 'sisu_4.0.17' into debian/sid
SiSU 4.0.17
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 \ |