parent
47ab5d2d42
commit
8be1e34544
1 changed files with 1 additions and 1 deletions
|
|
@ -1087,7 +1087,7 @@ pub fn build_output_filenames(input: &Input,
|
|||
// We want to toss everything after the final '.'
|
||||
let dirpath = match *odir {
|
||||
Some(ref d) => d.clone(),
|
||||
None => os::getcwd(),
|
||||
None => Path::new(".")
|
||||
};
|
||||
|
||||
let mut stem = match *input {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue