mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-02 05:57:46 +00:00
Remove quotes from current directory.
This commit is contained in:
parent
c4ae971e8c
commit
965a770841
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ pub fn uumain(args: Vec<String>) -> i32 {
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
println!("{:?}", env::current_dir().unwrap());
|
println!("{}", env::current_dir().unwrap().display());
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue