Shell 0.4.52. "killall" added & bugfixes

git-svn-id: svn://kolibrios.org@1673 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Nasarus
2010-10-24 14:32:14 +00:00
parent 503a9f7a93
commit 9bd77b61cd
15 changed files with 48 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
int cmd_reboot(char param[])
{
if (strcmp(param, "kernel"))
if (!strcmp(param, "kernel"))
{
kol_system_end(4);
return TRUE;