mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Refactoring
This commit is contained in:
parent
d7b7ab7c73
commit
4d7660b62b
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue