comparison 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
comparison
equal deleted inserted replaced
4468:efb6301dae80 4469:53ee020af847
55 if (length (subject) > 0) 55 if (length (subject) > 0)
56 cmd = sprintf ("%s -s \"%s\"", cmd, subject); 56 cmd = sprintf ("%s -s \"%s\"", cmd, subject);
57 endif 57 endif
58 58
59 if (! isempty (prefs)) 59 if (! isempty (prefs))
60 cmd = sprintf ("%s %s", cmd, prefs); 60 cmd = sprintf ("%s \"%s\"", cmd, prefs);
61 endif 61 endif
62 62
63 system (cmd); 63 system (cmd);
64 64
65 unwind_protect_cleanup 65 unwind_protect_cleanup