search for: fb_file

Displaying 1 result from an estimated 1 matches for "fb_file".

Did you mean: db_file
2012 Oct 19
1
[PATCH] windows: Fix creation of /Temp/V2V directory (RHBZ#868073).
...$path = $g->case_sensitive_path($path) }; - - # case_sensitive_path will fail if the path doesn't exist - if ($@) { - $g->mkdir($path); - } + $path = $g->case_sensitive_path($path); + $g->mkdir_p($path); } foreach my $file (@fb_files) { -- 1.7.11.4