From owner-freebsd-current Thu Oct 26 00:54:32 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA20712 for current-outgoing; Thu, 26 Oct 1995 00:54:32 -0700 Received: from haywire.DIALix.COM (haywire.DIALix.COM [192.203.228.65]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA20619 for ; Thu, 26 Oct 1995 00:53:59 -0700 Received: (from news@localhost) by haywire.DIALix.COM (sendmail) id PAA20222 for freebsd-current@freebsd.org; Thu, 26 Oct 1995 15:52:21 +0800 (WST) Received: from GATEWAY by haywire.DIALix.COM with netnews for freebsd-current@freebsd.org (problems to: usenet@haywire.dialix.com) To: freebsd-current@freebsd.org Date: 26 Oct 1995 15:52:15 +0800 From: peter@haywire.dialix.com (Peter Wemm) Message-ID: <46nenf$jmv$1@haywire.DIALix.COM> Organization: DIALix Services, Perth, Australia. References: <199510251440.PAA12779@gilberto.physik.rwth-aachen.de> Subject: Re: make world falls over right at start Sender: owner-current@freebsd.org Precedence: bulk kuku@gilberto.physik.rwth-aachen.de (Christoph P. Kukulies) writes: >blues# tail -f world.log >mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / >mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var >if [ -d /usr/share/locale ] ; then cd /usr/share/locale; for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE nl_NL no_NO pt_PT sv_SE ; do rm -f $l.ISO_8859-1; done; fi >rm: da_DK.ISO_8859-1: is a directory >*** Error code 1 >Stop. >*** Error code 1 >Stop. I have no idea what Andrey was thinking when he did this, but I had to put a "-" in front of the if. ie: "-if [ -d /usr/share/locale ....." -Peter >--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de