Userspace: fix return values of cat and echo
This commit is contained in:
@@ -36,5 +36,5 @@ int main(int argc, char** argv)
|
||||
fputc(' ', stdout);
|
||||
}
|
||||
printf("\n");
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user