From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22862 invoked from network); 18 May 1999 15:43:38 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 18 May 1999 15:43:38 -0000 Received: (qmail 12461 invoked by alias); 18 May 1999 15:43:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6308 Received: (qmail 12454 invoked from network); 18 May 1999 15:43:32 -0000 From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: zmodload with static zsh? Date: Tue, 18 May 1999 19:09:23 +0400 Message-ID: <002a01bea140$69b60cf0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 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