Mercurial > hg > octave-lyh
diff scripts/pkg/pkg.m @ 11191:01ddaedd6ad5
Reverse changeset b1f4bdc276b6. Use all lower case for "uniformoutput" option.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 04 Nov 2010 12:18:08 -0700 |
parents | b1f4bdc276b6 |
children | 4ecc7bc5bc83 |
line wrap: on
line diff
--- a/scripts/pkg/pkg.m +++ b/scripts/pkg/pkg.m @@ -342,8 +342,8 @@ unwind_protect if (octave_forge) - [urls, local_files] = cellfun (@get_forge_download, files, "UniformOutput", false); - [files, succ] = cellfun (@urlwrite, urls, local_files, "UniformOutput", false); + [urls, local_files] = cellfun (@get_forge_download, files, "uniformoutput", false); + [files, succ] = cellfun (@urlwrite, urls, local_files, "uniformoutput", false); succ = [succ{:}]; if (! all (succ)) i = find (! succ, 1); @@ -503,7 +503,7 @@ wd = pwd (); unwind_protect cd (prefix); - dirlist = glob (cellfun(@(x) cstrcat(x, '-*'), files, 'UniformOutput', 0)); + dirlist = glob (cellfun(@(x) cstrcat(x, '-*'), files, 'uniformoutput', 0)); unwind_protect_cleanup cd (wd); end_unwind_protect @@ -1359,7 +1359,7 @@ filenames = cellfun (@(x) fullfile (src, x), {m.name, oct.name, mex.name}, - "UniformOutput", false); + "uniformoutput", false); endif ## Split into architecture dependent and independent files.