diff scripts/strings/untabify.m @ 11115:965766039d93

finish adding untabify.m to build system
author John W. Eaton <jwe@octave.org>
date Tue, 19 Oct 2010 02:22:20 -0400
parents eab173e1e80c
children 564e998017f5
line wrap: on
line diff
--- a/scripts/strings/untabify.m	Tue Oct 19 11:46:07 2010 +0800
+++ b/scripts/strings/untabify.m	Tue Oct 19 02:22:20 2010 -0400
@@ -39,7 +39,7 @@
 ## fclose (fid);
 ## fid = fopen ("untabified_script.m", "w");
 ## text = untabify (strsplit (text, "\n"), 8, true);
-## fprintf (fid, "%s\n", text{:});
+## fprintf (fid, "%s\n", text@{:@});
 ## fclose (fid);
 ## @end group
 ## @end example