IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26043


Ignore:
Timestamp:
Nov 5, 2009, 9:49:42 AM (17 years ago)
Author:
bills
Message:

remove unneeded argument to dist_bundle.pl

File:
1 edited

Legend:

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

    r26042 r26043  
    8585my ($file_name, $bytes, $md5sum);
    8686{
    87     my $command = "$dist_make_bundle --dist_id $dist_id --camera $camera --stage $stage --stage_id $stage_id";
     87    my $command = "$dist_make_bundle --camera $camera --stage $stage --stage_id $stage_id";
    8888    $command .= " --component $component --path_base $path_base --outdir $outdir";
    8989    $command .= " --chip_path_base $chip_path_base" if $chip_path_base;
Note: See TracChangeset for help on using the changeset viewer.