updates to fix bundler on win32
[feisty_meow.git] / nucleus / applications / bundler / bundle_creator.cpp
index b8e2fceb5fadb470c98c552e4f7f972553d44649..9313883f0fd0c4c0998f4e3f5241b49beb70f45d 100644 (file)
@@ -192,6 +192,9 @@ int bundle_creator::execute()
   BASE_LOG(astring("starting file bundling at ") + time_stamp::notarize(false));
 
   command_line cmds(_global_argc, _global_argv);
+
+//BASE_LOG(astring("before starting, cmds has: ") + parser_bits::platform_eol_to_chars() + cmds.text_form());
+
   astring temp;
   if (cmds.get_value('?', temp)) return print_instructions();
   if (cmds.get_value("?", temp)) return print_instructions();