Mercurial > hg > octave-nkf
diff scripts/miscellaneous/ls_command.m @ 10549:95c3e38098bf
Untabify .m scripts
author | Rik <code@nomad.inbox5.com> |
---|---|
date | Fri, 23 Apr 2010 11:28:50 -0700 |
parents | a1dbe9d80eee |
children | 4ecc7bc5bc83 |
line wrap: on
line diff
--- a/scripts/miscellaneous/ls_command.m +++ b/scripts/miscellaneous/ls_command.m @@ -45,9 +45,9 @@ if (nargin == 1) if (ischar (cmd)) - __ls_command__ = cmd; + __ls_command__ = cmd; else - error ("ls_command: expecting argument to be a character string"); + error ("ls_command: expecting argument to be a character string"); endif endif