changeset 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 46b19589b593
children 5156934606d7
files scripts/pkg/pkg.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/pkg/pkg.m	Mon Jul 30 15:29:19 2012 -0700
+++ b/scripts/pkg/pkg.m	Tue Jul 31 11:58:01 2012 +0200
@@ -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};