IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21499


Ignore:
Timestamp:
Feb 15, 2009, 7:45:43 PM (17 years ago)
Author:
welling
Message:

Corrected typo in code to select default tagset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ipp-magic-v0/psconfig/psbuild

    r21498 r21499  
    111111if ( @ARGV == 0) {
    112112    $defaultversion = $cvsTag;
    113     $file="$tagsets/$defaultversion.dist";
     113    $distribution = "$tagsets/$defaultversion.dist";
    114114} else {
    115115    $distribution = "$tagsets/$ARGV[0].dist";
Note: See TracChangeset for help on using the changeset viewer.