comparison scripts/pkg/pkg.m @ 7073:66c6cab344f7

[project @ 2007-10-26 16:09:12 by jwe]
author jwe
date Fri, 26 Oct 2007 16:09:12 +0000
parents 7e3492d02821
children 9c73ef1819c7
comparison
equal deleted inserted replaced
7072:b48d486f641d 7073:66c6cab344f7
171 ## the other options are ignored. 171 ## the other options are ignored.
172 ## @end table 172 ## @end table
173 ## @end deftypefn 173 ## @end deftypefn
174 174
175 ## PKG_ADD: mark_as_command pkg 175 ## PKG_ADD: mark_as_command pkg
176 ## PKG_ADD: pkg ("load", "auto");
177 176
178 function [local_packages, global_packages] = pkg (varargin) 177 function [local_packages, global_packages] = pkg (varargin)
179 ## Installation prefix (XXX: what should these be on windows?) 178 ## Installation prefix (XXX: what should these be on windows?)
180 persistent user_prefix = false; 179 persistent user_prefix = false;
181 persistent prefix = -1; 180 persistent prefix = -1;