Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Fix exit status of zmodload -R



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