change ruby_process_options with ruby_options [4]

This commit is contained in:
Unbit
2013-07-27 23:42:05 +02:00
parent a1d31ae954
commit ea1e1cb65f
+2 -1
View File
@@ -470,10 +470,11 @@ int uwsgi_rack_init(){
RUBY_INIT_STACK
#endif
ruby_init();
ruby_init_loadpath();
#ifdef RUBY19
ruby_options(argc, argv);
#endif
ruby_init_loadpath();
ruby_show_version();