comparison scripts/miscellaneous/doc.m @ 6016:bd22133332bd

[project @ 2006-10-02 13:48:46 by jwe]
author jwe
date Mon, 02 Oct 2006 13:48:47 +0000
parents 45f612d96d0e
children b124a912d28b
comparison
equal deleted inserted replaced
6015:a104f362b5d4 6016:bd22133332bd
71 71
72 if (err < 0) 72 if (err < 0)
73 info_file_name = info_file (); 73 info_file_name = info_file ();
74 endif 74 endif
75 75
76 cmd = sprintf ("\"%s\" --file \"%s\" --directory \"%s\"", 76 cmd = sprintf ("\"%s\" --directory \"%s\" --file \"%s\"",
77 info_program (), info_dir, info_file_name); 77 info_program (), info_dir, info_file_name);
78 78
79 if (! isempty (fname)) 79 if (! isempty (fname))
80 cmd = sprintf ("%s --index-search %s", cmd, fname); 80 cmd = sprintf ("%s --index-search %s", cmd, fname);
81 endif 81 endif