# HG changeset patch # User dbateman # Date 1181294005 0 # Node ID a69216024dd6dc3b5e08fdb00dcaa11b9994222c # Parent c45431c845f3e2fa700a5a7141c21e49b37de923 [project @ 2007-06-08 09:13:25 by dbateman] diff -r c45431c845f3 -r a69216024dd6 scripts/pkg/pkg.m --- a/scripts/pkg/pkg.m Thu Jun 07 21:30:40 2007 +0000 +++ b/scripts/pkg/pkg.m Fri Jun 08 09:13:25 2007 +0000 @@ -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