Index: trunk/ippScripts/scripts/magic_mask.pl
===================================================================
--- trunk/ippScripts/scripts/magic_mask.pl	(revision 18774)
+++ trunk/ippScripts/scripts/magic_mask.pl	(revision 18780)
@@ -42,5 +42,5 @@
 
 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
-pod2usage( -msg => "Required options: --magic_id --camera --node --outroot",
+pod2usage( -msg => "Required options: --magic_id --camera --outroot",
            -exitval => 3) unless
     defined $magic_id and
@@ -84,4 +84,5 @@
 {
     my $command = "$streaks --streaks"; # Command to execute
+    my @basenames;              # List of base names
 
     # Concatenate the names
@@ -136,5 +137,5 @@
 {
     my $file = shift;           # Name of file
-    &my_die("Unable to find output file: $file", $magic_id, $node, $PS_EXIT_SYS_ERROR) unless
+    &my_die("Unable to find output file: $file", $magic_id, $PS_EXIT_SYS_ERROR) unless
         $ipprc->file_exists($file);
 }
