diff scripts/miscellaneous/bug_report.m @ 4469:53ee020af847

[project @ 2003-07-26 03:45:10 by jwe]
author jwe
date Sat, 26 Jul 2003 03:45:11 +0000
parents eb377885843d
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/miscellaneous/bug_report.m
+++ b/scripts/miscellaneous/bug_report.m
@@ -57,7 +57,7 @@
     endif
 
     if (! isempty (prefs))
-      cmd = sprintf ("%s %s", cmd, prefs);
+      cmd = sprintf ("%s \"%s\"", cmd, prefs);
     endif
 
     system (cmd);