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

- remove old mapping

parent f8d6b0c1
No related branches found
No related tags found
No related merge requests found
......@@ -753,8 +753,6 @@ if (defined $outputPath && $outputPath eq "" && ($save eq "copy" || $save eq "mo
# ppn, noppn
if (defined $ppn && defined $noppn) { confess("you can only specify either --ppn or --noppn"); }
if ((!defined $ppn && !defined $noppn) || (!defined $ppn && $noppn eq "") || (!defined $noppn && $ppn eq "")) { confess("you need to specify a PPN with --ppn or use --noppn"); }
if ($ppn) { push @addBagInfo, {'External-Identifier' => "PPN:$ppn"}; }
if ($noppn) { push @addBagInfo, {'External-Identifier' => "$noppn"}; }
#########################################################> bag-info.txt <###############################################################################
# sipversion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment