Changeset 37411 for trunk/ippScripts/scripts/publish_file.pl
- Timestamp:
- Sep 19, 2014, 4:39:47 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/publish_file.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/publish_file.pl
r36839 r37411 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.
