Index: trunk/ippScripts/scripts/publish_file.pl
===================================================================
--- trunk/ippScripts/scripts/publish_file.pl	(revision 34477)
+++ trunk/ippScripts/scripts/publish_file.pl	(revision 34478)
@@ -396,9 +396,9 @@
     $command .= " -astrom_rms " . $data->{astrom} if defined $data->{astrom};
     $command .= " -version " . $data->{output_format} if defined $data->{output_format};
-    $command .= " -comment " . $data->{comment} if defined $data->{comment};
+    $command .= " -comment \"" . $data->{comment} . "\"" if defined $data->{comment};
     $command .= " -obsmode " . $data->{obsmode} if defined $data->{obsmode};
     $command .= " -difftype " . $data->{difftype} if defined $data->{difftype};
     $command .= " -sky " . $data->{sky} if defined $data->{sky};
-    $command .= " -shutoutc " . $data->{shutoutc} if defined $data->{shutoutc};
+    $command .= " -shutoutc \"" . $data->{shutoutc} . "\"" if defined $data->{shutoutc};
 
     unless ($no_op) {
