typo in shell README

This commit is contained in:
Remzi Arpaci-Dusseau
2018-02-01 15:00:39 -06:00
parent 25594a4456
commit a3f5ae5369

View File

@@ -217,6 +217,7 @@ Since your code will be graded with automated testing, you should print this
```
char error_message\[30\] = \"An error has occurred\\n\";
write(STDERR_FILENO, error_message, strlen(error_message));
```
For this project, the error message should be printed to **stderr**. Also, do
not attempt to add whitespaces or tabs or extra error messages.