IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23294


Ignore:
Timestamp:
Mar 12, 2009, 11:20:52 AM (17 years ago)
Author:
Paul Price
Message:

Print command before executing.

File:
1 edited

Legend:

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

    r23186 r23294  
    226226        $command .= " -hostname $host" if defined $host;
    227227        $command .= " -dbname $dbname" if defined $dbname;
    228         system ($command);
     228        print "Running: $command\n";
     229        system($command);
    229230    }
    230231    exit $exit_code;
Note: See TracChangeset for help on using the changeset viewer.