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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • Bug fixes, 2011-08-15
    • Affects Version/s: NGS - Release Candidate 1
    • Component/s: 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

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

              Created:
              Updated:
              Resolved:

                Version Package
                Bug fixes, 2011-08-15