diff options
-rw-r--r-- | solenv/bin/modules/par2script/check.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/bin/modules/par2script/check.pm b/solenv/bin/modules/par2script/check.pm index 0ea1ec19f89a..727cd7c83287 100644 --- a/solenv/bin/modules/par2script/check.pm +++ b/solenv/bin/modules/par2script/check.pm @@ -286,8 +286,7 @@ sub check_shortcut_assignments if (( exists($allshortcuts->{$shortcut}->{'FileID'}) ) && ( ! exists($allfiles->{$allshortcuts->{$shortcut}->{'FileID'}}) )) { - # die "\nERROR: FileID $allshortcuts->{$shortcut}->{'FileID'} has no definition at shortcut $shortcut !\n"; - print "\n\tWARNING: FileID $allshortcuts->{$shortcut}->{'FileID'} has no definition at shortcut $shortcut !\n"; + die "\nERROR: FileID $allshortcuts->{$shortcut}->{'FileID'} has no definition at shortcut $shortcut !\n"; } if (( exists($allshortcuts->{$shortcut}->{'ShortcutID'}) ) && |