mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Typo in comment
This commit is contained in:
committed by
Sylvestre Ledru
parent
bacad8ed93
commit
2ff9cc6570
@@ -430,7 +430,7 @@ fn split(settings: &Settings) -> i32 {
|
||||
// If we didn't write anything we should clean up the empty file, and
|
||||
// break from the loop.
|
||||
if bytes_consumed == 0 {
|
||||
// The output file is only ever created if filter's aren't used.
|
||||
// The output file is only ever created if --filter isn't used.
|
||||
// Complicated, I know...
|
||||
if settings.filter.is_none() {
|
||||
remove_file(filename)
|
||||
|
||||
Reference in New Issue
Block a user