Skip to content
Snippets Groups Projects
Commit d52e0531 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- return always a full path to prevent problems

parent 4c8e29f1
No related branches found
No related tags found
No related merge requests found
...@@ -286,7 +286,7 @@ package SLUB::LZA::SIPBuilderBagIt; ...@@ -286,7 +286,7 @@ package SLUB::LZA::SIPBuilderBagIt;
say "Rebuilding XSL directory '$xsl_dir'"; say "Rebuilding XSL directory '$xsl_dir'";
$xsl_dir->mkpath() || confess("could not mkdir '$xsl_dir', $!"); $xsl_dir->mkpath() || confess("could not mkdir '$xsl_dir', $!");
} }
return $xsl_dir; return $xsl_dir->absolute();
} }
sub check_marc21_utility($$){ sub check_marc21_utility($$){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment