change ruby_process_options with ruby_options [3]

This commit is contained in:
Unbit
2013-07-27 23:19:15 +02:00
parent fa0ed9489a
commit a1d31ae954
+6 -5
View File
@@ -468,12 +468,13 @@ int uwsgi_rack_init(){
#ifdef RUBY19
ruby_sysinit(&argc, &argv);
RUBY_INIT_STACK
ruby_init();
//ruby_options(argc, argv);
#else
ruby_init();
ruby_init_loadpath();
#endif
ruby_init();
#ifdef RUBY19
ruby_options(argc, argv);
#endif
ruby_init_loadpath();
ruby_show_version();
ruby_script("uwsgi");