changeset 6035:93e8ca2aff57

[project @ 2006-10-04 19:01:59 by jwe]
author jwe
date Wed, 04 Oct 2006 19:04:55 +0000
parents 5cbbf96b52da
children 37f878fb9d54
files scripts/pkg/pkg.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/pkg/pkg.m	Wed Oct 04 18:45:43 2006 +0000
+++ b/scripts/pkg/pkg.m	Wed Oct 04 19:04:55 2006 +0000
@@ -153,7 +153,7 @@
             load_packages(files, deps);
         case "prefix"
             if (length(files) == 0 && nargout == 0)
-                printf(prefix);
+                disp(prefix);
             elseif (length(files) == 0 && nargout == 1)
                 local_packages = prefix;
             elseif (length(files) == 1 && nargout == 0 && ischar(files{1}))