Mercurial > hg > octave-lyh
diff scripts/pkg/pkg.m @ 15058:3691a606283e
Fix typo in pkg.m reported in bug #36994.
* pkg.m: fix typo in call to canonicalize_file_name.
author | Muhali <muhali@shaw.ca> |
---|---|
date | Tue, 31 Jul 2012 11:58:01 +0200 |
parents | 4c8ddf57fcda |
children | 0b29c16a2645 |
line wrap: on
line diff
--- a/scripts/pkg/pkg.m +++ b/scripts/pkg/pkg.m @@ -428,7 +428,7 @@ endif warning ("creating the directory %s\n", prefix); endif - local_packages = prefix = canonicalize_filename (prefix); + local_packages = prefix = canonicalize_file_name (prefix); user_prefix = true; if (length (files) >= 2 && ischar (files{2})) archprefix = files{2};