Mercurial > hg > octave-nkf
comparison scripts/testfun/rundemos.m @ 11472:1740012184f9
Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 09 Jan 2011 21:33:04 -0800 |
parents | d1978e7364ad |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
11471:994e2a93a8e2 | 11472:1740012184f9 |
---|---|
32 else | 32 else |
33 fullname = find_dir_in_path (directory); | 33 fullname = find_dir_in_path (directory); |
34 if (! isempty (fullname)) | 34 if (! isempty (fullname)) |
35 dirs = {fullname}; | 35 dirs = {fullname}; |
36 else | 36 else |
37 error ("rundemos: expecting argument to be a directory name"); | 37 error ("rundemos: DIRECTORY argument must be a valid pathname"); |
38 endif | 38 endif |
39 endif | 39 endif |
40 else | 40 else |
41 print_usage (); | 41 print_usage (); |
42 endif | 42 endif |