IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12151


Ignore:
Timestamp:
Mar 1, 2007, 12:28:00 PM (19 years ago)
Author:
eugene
Message:

preparing new distribution

Location:
trunk/psconfig
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psdist

    r12142 r12151  
    9090sub vsystem {
    9191    print STDERR "@_\n";
    92     #$status = system ("@_");
    93     #$status;
     92    $status = system ("@_");
     93    $status;
    9494}
    9595
     
    260260
    261261sub usage {
    262     print STDERR "USAGE: mkdist [options] (distribution]\n";
     262    print STDERR "USAGE: psdist [options] (distribution]\n";
    263263    print STDERR "     : -tag (dev)      : set tags on cvs HEAD based on distribution table (requires -tag)\n";
    264264    print STDERR "     : -tag (rev)      : set tags on branch based on distribution table\n";
Note: See TracChangeset for help on using the changeset viewer.