change ruby_process_options with ruby_options [5]

This commit is contained in:
Unbit
2013-07-27 23:49:49 +02:00
parent ea1e1cb65f
commit bbbe01ef4b
+3 -4
View File
@@ -468,12 +468,11 @@ int uwsgi_rack_init(){
#ifdef RUBY19
ruby_sysinit(&argc, &argv);
RUBY_INIT_STACK
#endif
ruby_init();
ruby_process_options(argc, argv);
#else
ruby_init();
ruby_init_loadpath();
#ifdef RUBY19
ruby_options(argc, argv);
#endif
ruby_show_version();