comparison 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
comparison
equal deleted inserted replaced
10548:479536c5bb10 10549:95c3e38098bf
43 43
44 old_cmd = __ls_command__; 44 old_cmd = __ls_command__;
45 45
46 if (nargin == 1) 46 if (nargin == 1)
47 if (ischar (cmd)) 47 if (ischar (cmd))
48 __ls_command__ = cmd; 48 __ls_command__ = cmd;
49 else 49 else
50 error ("ls_command: expecting argument to be a character string"); 50 error ("ls_command: expecting argument to be a character string");
51 endif 51 endif
52 endif 52 endif
53 53
54 endif 54 endif
55 55