Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ulimit "command not found" when run from a script on NetBSD
- X-seq: zsh-users 9425
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: ulimit "command not found" when run from a script on NetBSD
- Date: Tue, 20 Sep 2005 02:07:12 +0000
- In-reply-to: <20050919192129.GA23976@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20050919192129.GA23976@xxxxxxxxxxxxxxxxx>
On Sep 19, 2:21pm, Vincent Stemen wrote:
}
} Could this be a bug?
The ulimit builtin comes from the rlimits module. Modules are not
automatically loaded when zsh runs as "sh", to avoid polluting the
variable namespaces or replacing external commands with builtins.
Whether it's noncompliant from a POSIX point of view that "ulimit"
is not a "normal" builtin, I don't know. (I ought to bookmark the
spec one of these days ...)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author