Mercurial > hg > octave-thorsten
comparison scripts/path/pathdef.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | 72c96de7a403 |
comparison
equal
deleted
inserted
replaced
11586:12df7854fa7c | 11587:c792872f8942 |
---|---|
62 endif | 62 endif |
63 | 63 |
64 endfunction | 64 endfunction |
65 | 65 |
66 ## Extact the path information from the script/function @var{file}, | 66 ## Extact the path information from the script/function @var{file}, |
67 ## created by @file{savepath.m}. If @var{file} is omitted, | 67 ## created by @file{savepath.m}. If @var{file} is omitted, |
68 ## @file{~/.octaverc} is used. If successful, @code{__extractpath__} | 68 ## @file{~/.octaverc} is used. If successful, @code{__extractpath__} |
69 ## returns the path specified in @var{file}. | 69 ## returns the path specified in @var{file}. |
70 | 70 |
71 ## Author: Ben Abbott <bpabbott@mac.com> | 71 ## Author: Ben Abbott <bpabbott@mac.com> |
72 | 72 |
131 "''", "'"); | 131 "''", "'"); |
132 else | 132 else |
133 specifiedpath = ""; | 133 specifiedpath = ""; |
134 endif | 134 endif |
135 | 135 |
136 endfunction | 136 endfunction |