Changeset 37411 for trunk/ippScripts
- Timestamp:
- Sep 19, 2014, 4:39:47 PM (12 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 3 edited
-
publish_file.pl (modified) (1 diff)
-
queuestaticsky.pl (modified) (1 prop)
-
sc_remote_exec.pl (modified) (1 prop)
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}; -
trunk/ippScripts/scripts/queuestaticsky.pl
- Property svn:mergeinfo changed
/branches/eam_branches/ps2-tc3-20130727/ippScripts/scripts/queuestaticsky.pl (added) merged: 36680,37403
- Property svn:mergeinfo changed
-
trunk/ippScripts/scripts/sc_remote_exec.pl
- Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
