mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Refactoring
This commit is contained in:
+1
-3
@@ -92,9 +92,7 @@ fn main() {
|
||||
return println("echo version: " + VERSION);
|
||||
}
|
||||
|
||||
if matches.free.is_empty() {
|
||||
print("");
|
||||
} else {
|
||||
if !matches.free.is_empty() {
|
||||
let string = matches.free.connect(" ");
|
||||
if matches.opt_present("e") {
|
||||
let mut prev_was_slash = false;
|
||||
|
||||
Reference in New Issue
Block a user