IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2007, 11:14:21 AM (19 years ago)
Author:
eugene
Message:

various fixes to distribution tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psbuild

    r12136 r12142  
    186186
    187187sub list_distributions {
    188     @list = <$tagsets/*.dst>;
     188    @list = <$tagsets/*.dist>;
    189189    foreach $line (@list) {
    190190        chomp $line;
    191         ($dist) = $line =~ m|$tagsets/(\S*).dst|;
     191        ($dist) = $line =~ m|$tagsets/(\S*).dist|;
    192192        print STDERR "$dist\n";
    193193    }
     
    198198    # open and read the distribution file
    199199    # results go into @cvsname, @branchtag, @branchver, @mode
    200     $file = "$tagsets/$ARGV[0].dst";
     200    $file = "$tagsets/$ARGV[0].dist";
    201201    open (FILE, $file) || die "ERROR: can't open distribution file $file\n";
    202202    @list = <FILE>;
Note: See TracChangeset for help on using the changeset viewer.