Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Fix exit status of zmodload -R
- X-seq: zsh-workers 21582
- From: "Thorsten Dahlheimer" <tdahlheim@xxxxxxx>
- To: <zsh-workers@xxxxxxxxxx>
- Subject: PATCH: Fix exit status of zmodload -R
- Date: Mon, 8 Aug 2005 20:24:12 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
If zmodload -R fails because the specified module is not an alias,
it returns status 0:
% zmodload -R zsh/main
zmodload: module is not an alias: zsh/main
% echo $?
0
A fix is attached.
Regards,
Thorsten Dahlheimer
Attachment:
zmodload.patch
Description: Binary data
Messages sorted by:
Reverse Date,
Date,
Thread,
Author