IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15480


Ignore:
Timestamp:
Nov 6, 2007, 2:38:58 PM (19 years ago)
Author:
Paul Price
Message:

Fixing scope problem.

File:
1 edited

Legend:

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

    r15479 r15480  
    4444        run( command => $command, verbose => 1 );
    4545    die "Unable to get phase 2 imfile list: $error_code\n" if not $success;
    46     my @whole = split /\n/, join( '', @$stdout_buf );
     46    @whole = split /\n/, join( '', @$stdout_buf );
    4747}
    4848
Note: See TracChangeset for help on using the changeset viewer.