auto merge of #12176 : kballard/rust/dep-info-lib-filename, r=alexcrichton

Fixes #12174.
This commit is contained in:
bors 2014-02-11 04:41:39 -08:00
commit 9e133d113b
1 changed files with 1 additions and 1 deletions

View File

@ -1085,7 +1085,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 {