forked from KolibriOS/kolibrios
Shell 0.4.52. "killall" added & bugfixes
git-svn-id: svn://kolibrios.org@1673 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
int cmd_reboot(char param[])
|
||||
{
|
||||
if (strcmp(param, "kernel"))
|
||||
if (!strcmp(param, "kernel"))
|
||||
{
|
||||
kol_system_end(4);
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user