Commit e808654
authored
ls: my_warn() omitted newline
* When providing multiple non-existent file arguments to ls, the warnings for each file were all printed on one line
* Message strings passed to my_warn() don't include a newline terminator, so terminate the line within my_warn()
* Bump version & remove unused Data::Dumper import1 parent 88502db commit e808654
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | | - | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
| |||
406 | 405 | | |
407 | 406 | | |
408 | 407 | | |
| 408 | + | |
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| |||
0 commit comments