Issue Details (XML | Word | Printable)

Key: MBS-1483
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Oliver Charles
Reporter: nikki
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Server

tmp-dir option doesn't work in InitDB.pl

Created: 08/Feb/11 04:16 PM   Updated: 10/Aug/11 03:43 PM   Resolved: 10/Aug/11 03:43 PM
Component/s: None
Affects Version/s: NGS - Release Candidate 1
Fix Version/s: Bug fixes, 2011-08-15


 Description  « Hide

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



Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.