hush: enable "msh is deprecated" message in msh stub

After giving a few more years for everyone to notice and migrate,
can nuke all remains of msh.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2016-09-30 12:28:37 +02:00
parent 50e6d42c19
commit ed6ff5edfc

View File

@ -8533,7 +8533,7 @@ int hush_main(int argc, char **argv)
int msh_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
int msh_main(int argc, char **argv)
{
//bb_error_msg("msh is deprecated, please use hush instead");
bb_error_msg("msh is deprecated, please use hush instead");
return hush_main(argc, argv);
}
#endif