Uploaded image for project: 'MusicBrainz Server'
  1. MusicBrainz Server
  2. MBS-1483

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • Bug fixes, 2011-08-15
    • NGS - Release Candidate 1
    • None
    • None

      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

            acid2 Oliver Charles
            nikki nikki
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package
                Bug fixes, 2011-08-15