comparison scripts/miscellaneous/bug_report.m @ 3141:292ff0bf484b

[project @ 1998-02-03 08:11:07 by jwe]
author jwe
date Tue, 03 Feb 1998 08:11:22 +0000
parents 91589ab98e37
children 858695b3ed62
comparison
equal deleted inserted replaced
3140:990ea337e950 3141:292ff0bf484b
47 dump_prefs (fid); 47 dump_prefs (fid);
48 fclose (fid); 48 fclose (fid);
49 endif 49 endif
50 endif 50 endif
51 51
52 cmd = strcat (OCTAVE_HOME, "/bin/octave-bug"); 52 cmd = "octave-bug";
53 53
54 if (length (subject) > 0) 54 if (length (subject) > 0)
55 cmd = sprintf ("%s -s \"%s\"", cmd, subject); 55 cmd = sprintf ("%s -s \"%s\"", cmd, subject);
56 endif 56 endif
57 57