From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24200 invoked from network); 29 Dec 1996 02:50:48 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 29 Dec 1996 02:50:48 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id VAA10061; Sat, 28 Dec 1996 21:49:48 -0500 (EST) Resent-Date: Sat, 28 Dec 1996 21:49:48 -0500 (EST) From: Zoltan Hidvegi Message-Id: <199612290246.DAA19974@hzoli.ppp.cs.elte.hu> Subject: Re: 3.1.0beta make install problem To: dogcow@us.itd.umich.edu (Tom Spindler) Date: Sun, 29 Dec 1996 03:46:04 +0100 (MET) Cc: zsh-workers@math.gatech.edu In-Reply-To: from Tom Spindler at "Dec 28, 96 08:56:08 pm" X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"YBjYQ.0.8T2.CnTno"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2661 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > make install calls make install.modules, which has various problems (it looks > like MODULE is misspelled MONULE, but I don't know if that's intentional or It's intentionally misspelled. > not.) - it does a "for dir in $(MODULE_DIRS); do", but that variable is empty, > and so sh gets pouty. Isn't that $(MONULE_DIRS)? sh should do nothing in for dir in ; do ... done. What system do you use? It seems that you /bin/sh is buggy. Zoltan