echo: Obey -n when text is empty
This commit is contained in:
parent
8e6de62d57
commit
866c9cc1a5
Notes:
sideshowbarker
2024-07-18 01:39:15 +09:00
Author: https://github.com/rtobar Commit: https://github.com/SerenityOS/serenity/commit/866c9cc1a53 Pull-request: https://github.com/SerenityOS/serenity/pull/10738
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ int main(int argc, char** argv)
|
|||
args_parser.parse(argc, argv);
|
||||
|
||||
if (text.is_empty()) {
|
||||
outln();
|
||||
if (!no_trailing_newline)
|
||||
outln();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue