Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: NGS - Release Candidate 1
-
Fix Version/s: Bug fixes, 2011-08-15
-
Component/s: None
-
Labels:None
Description
copied from http://bugs.musicbrainz.org/ticket/5169
--tmp-dir= is treated an unknown option when passed to IinitDB.pl script.
Here is the code snip:
my @opts = "--ignore-errors";
push @opts, "--fix-broken-utf8" if ($fFixUTF8);
system($^X, "$FindBin::Bin/MBImport.pl", @opts, @$import);
"--tmp-dir=" should be pushed too and "tmp-dir|t=s" should be declared inside GetOptions() as well