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

zmodload with static zsh?



I currently have a small program that needs the stat module and starts with

zmodload -i stat || exit

I wonder, how portable this is? Does zmodload exist in statically bound
shell? If not, I think, it may be useful - sort of a run-time check for
available extensions?

/andrej



Messages sorted by: Reverse Date, Date, Thread, Author