diff options
Diffstat (limited to 'qtruby/bin/rbqtapi')
-rwxr-xr-x | qtruby/bin/rbqtapi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qtruby/bin/rbqtapi b/qtruby/bin/rbqtapi index 9f18841f..e4e2dc16 100755 --- a/qtruby/bin/rbqtapi +++ b/qtruby/bin/rbqtapi @@ -3,14 +3,14 @@ # Note: this program is part of qtruby and makes use of its internal functions. # You should not rely on those in your own programs. -retquire 'getopts' +require 'getopts' getopts('r:hvimp') case File.basename $0 when "rbqtapi" - retquire 'Qt' + require 'Qt' when "rbkdeapi" - retquire 'Korundum' + require 'Korundum' end if $OPT_v |