Mercurial > hg > octave-lyh
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 +++ b/scripts/strings/untabify.m @@ -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