Refactoring

This commit is contained in:
Derek Chiang
2013-12-01 16:18:56 -05:00
parent d7b7ab7c73
commit 4d7660b62b
+1 -3
View File
@@ -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;