Date: 26 Oct 1995 15:52:15 +0800 From: peter@haywire.dialix.com (Peter Wemm) To: freebsd-current@freebsd.org Subject: Re: make world falls over right at start Message-ID: <46nenf$jmv$1@haywire.DIALix.COM> References: <199510251440.PAA12779@gilberto.physik.rwth-aachen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46nenf$jmv$1>