mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37: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);
|
return println("echo version: " + VERSION);
|
||||||
}
|
}
|
||||||
|
|
||||||
if matches.free.is_empty() {
|
if !matches.free.is_empty() {
|
||||||
print("");
|
|
||||||
} else {
|
|
||||||
let string = matches.free.connect(" ");
|
let string = matches.free.connect(" ");
|
||||||
if matches.opt_present("e") {
|
if matches.opt_present("e") {
|
||||||
let mut prev_was_slash = false;
|
let mut prev_was_slash = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue