IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18780


Ignore:
Timestamp:
Jul 30, 2008, 10:38:22 AM (18 years ago)
Author:
Paul Price
Message:

Fixing compilation errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/magic_mask.pl

    r18774 r18780  
    4242
    4343pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    44 pod2usage( -msg => "Required options: --magic_id --camera --node --outroot",
     44pod2usage( -msg => "Required options: --magic_id --camera --outroot",
    4545           -exitval => 3) unless
    4646    defined $magic_id and
     
    8484{
    8585    my $command = "$streaks --streaks"; # Command to execute
     86    my @basenames;              # List of base names
    8687
    8788    # Concatenate the names
     
    136137{
    137138    my $file = shift;           # Name of file
    138     &my_die("Unable to find output file: $file", $magic_id, $node, $PS_EXIT_SYS_ERROR) unless
     139    &my_die("Unable to find output file: $file", $magic_id, $PS_EXIT_SYS_ERROR) unless
    139140        $ipprc->file_exists($file);
    140141}
Note: See TracChangeset for help on using the changeset viewer.