mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Remove quotes from current directory.
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ pub fn uumain(args: Vec<String>) -> i32 {
|
||||
|
||||
return 0;
|
||||
} else {
|
||||
println!("{:?}", env::current_dir().unwrap());
|
||||
println!("{}", env::current_dir().unwrap().display());
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user