Changeset 34478 for trunk/ippScripts/scripts
- Timestamp:
- Sep 26, 2012, 3:44:55 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/publish_file.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/publish_file.pl
r34477 r34478 396 396 $command .= " -astrom_rms " . $data->{astrom} if defined $data->{astrom}; 397 397 $command .= " -version " . $data->{output_format} if defined $data->{output_format}; 398 $command .= " -comment " . $data->{comment}if defined $data->{comment};398 $command .= " -comment \"" . $data->{comment} . "\"" if defined $data->{comment}; 399 399 $command .= " -obsmode " . $data->{obsmode} if defined $data->{obsmode}; 400 400 $command .= " -difftype " . $data->{difftype} if defined $data->{difftype}; 401 401 $command .= " -sky " . $data->{sky} if defined $data->{sky}; 402 $command .= " -shutoutc " . $data->{shutoutc}if defined $data->{shutoutc};402 $command .= " -shutoutc \"" . $data->{shutoutc} . "\"" if defined $data->{shutoutc}; 403 403 404 404 unless ($no_op) {
Note:
See TracChangeset
for help on using the changeset viewer.
