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/psdist

    r12136 r12142  
    212212
    213213sub list_distributions {
    214     @list = <$tagsets/*.dst>;
     214    @list = <$tagsets/*.dist>;
    215215    foreach $line (@list) {
    216216        chomp $line;
    217         ($dist) = $line =~ m|$tagsets/(\S*).dst|;
     217        ($dist) = $line =~ m|$tagsets/(\S*).dist|;
    218218        print STDERR "$dist\n";
    219219    }
     
    224224    # open and read the distribution file
    225225    # results go into @cvsname, @branchtag, @branchver, @mode
    226     $file = "$tagsets/$ARGV[0].dst";
     226    $file = "$tagsets/$ARGV[0].dist";
    227227    open (FILE, $file) || die "ERROR: can't open distribution file $file\n";
    228228    @list = <FILE>;
Note: See TracChangeset for help on using the changeset viewer.