Merge pull request #4023 from lateralusX/jlorenss/test-driver-reporter
[mono.git] / mcs / tools / mkbundle / mkbundle.cs
index 1ea1d7402455704a22e4b237c25c8fe15f3d3f9b..3351fd24d0b8933a92c8c5c77e6c620158ed7512 100755 (executable)
@@ -1071,9 +1071,11 @@ void          mono_register_config_for_assembly (const char* assembly_name, cons
                        }
                }
 
-               if (error)
+               if (error) {
+                       Error ("Couldn't load one or more of the assemblies.");
                        Environment.Exit (1);
-               
+               }
+
                return assemblies;
        }
 
@@ -1103,8 +1105,10 @@ void          mono_register_config_for_assembly (const char* assembly_name, cons
                        }
                }
 
-               if (error)
+               if (error) {
+                       Error ("Couldn't load one or more of the i18n assemblies.");
                        Environment.Exit (1);
+               }
        }