Mercurial > hg > octave-nkf
changeset 6696:a69216024dd6
[project @ 2007-06-08 09:13:25 by dbateman]
author | dbateman |
---|---|
date | Fri, 08 Jun 2007 09:13:25 +0000 |
parents | c45431c845f3 |
children | 851c4afa8aa7 |
files | scripts/pkg/pkg.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/pkg/pkg.m +++ b/scripts/pkg/pkg.m @@ -354,7 +354,7 @@ wd = pwd (); unwind_protect cd (prefix); - dirlist = glob (cellfun(@(x) strcat(x, '-*'), files, 'UniformOutput', 0)) + dirlist = glob (cellfun(@(x) strcat(x, '-*'), files, 'UniformOutput', 0)); unwind_protect_cleanup cd (wd); end_unwind_protect