Changeset 37400
- Timestamp:
- Sep 19, 2014, 2:56:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727/ippScripts/scripts/publish_file.pl
r36680 r37400 420 420 $command .= " -version " . $data->{output_format} if defined $data->{output_format}; 421 421 $command .= " -comment \"" . $data->{comment} . "\"" if defined $data->{comment}; 422 $command .= " -obsmode " . $data->{obsmode}if defined $data->{obsmode};422 $command .= " -obsmode \"" . $data->{obsmode} . "\"" if defined $data->{obsmode}; 423 423 $command .= " -difftype " . $data->{difftype} if defined $data->{difftype}; 424 424 $command .= " -sky " . $data->{sky} if defined $data->{sky};
Note:
See TracChangeset
for help on using the changeset viewer.
