diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-09-21 00:57:26 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-09-21 00:57:26 -0400 |
commit | 1f3f3a745f89dc0d7d85edb12e5b95940e8872dd (patch) | |
tree | d55b7ab58ac6f19c8a26939ad9e0da41ebf99748 /lib/sisu/v4/hub.rb | |
parent | debian/changelog (4.2.3-2) (diff) | |
parent | Rakefile to assist in placing sisu markup under po4a management (sisu_manual) (diff) |
Merge tag 'sisu_4.2.4' into debian/sid
SiSU 4.2.4
Diffstat (limited to 'lib/sisu/v4/hub.rb')
-rw-r--r-- | lib/sisu/v4/hub.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sisu/v4/hub.rb b/lib/sisu/v4/hub.rb index 5f80e795..ebe9ccf4 100644 --- a/lib/sisu/v4/hub.rb +++ b/lib/sisu/v4/hub.rb @@ -75,9 +75,9 @@ module SiSU class HubMaster def initialize(argv) pwd_the=Dir.pwd - begin #% select what to do - opt=SiSU_Commandline::Options.new(argv) - SiSU::Processing.new(opt).actions + begin #% select what to do (set options & start processing (files selected if any)) + opt=SiSU_Commandline::Options.new(argv) # command line selection of what to do, files & operations set + SiSU::Processing.new(opt).actions # do it rescue cmd=(opt ? opt.cmd : '') SiSU_Screen::Ansi.new(cmd,$!,$@).rescue do |