http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14993 --- Comment #2 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 43293 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43293 Bug 14993 - rebuild_zebra.pl, when recreating Zebra-directory structure, mkdir doesn't fail/error/die Review of attachment 43293: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14993&attachment=43293) ----------------------------------------------------------------- ::: misc/migration_tools/rebuild_zebra.pl @@ -305,4 @@
my $bdir = $base . $dir; if (! -d $bdir) { $needed_repairing = 1; - mkdir $bdir || die "Unable to create '$bdir': $!\n";
oh my! What a nasty glob'ing issue. Thanks for this fix. -- You are receiving this mail because: You are watching all bug changes.