On Sun, 14 Mar 2004 11:43:50 -0600
Wayne M Barnes <wayne@etaq.com> wrote:
> Dear FreeBSD 4.x-STABLE,
>
> I looks like a missing ] after for prog in [ . . .
>
> Do you agree?
No. '[' is the name of a utility (try 'man [' if you don't
believe me :)
-Chris
> --------------make world snip: --------------
>
> gzip -cn /usr/src.2004/usr.sbin/boot0cfg/boot0cfg.8 > boot0cfg.8.gz
> ===> etc
> mkdir -p /tmp/install.17448
> for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find
> grep ln make makewhatis mkdir mtree mv pwd_mkdb rm sed sh sysctl test
true
> uname wc zic; do cp `which $prog` /tmp/install.17448; done
> *** Error code 64
>
> Stop in /usr/src.2004.
> *** Error code 1
>
> Stop in /usr/src.2004.
>
> -----------------------------------------
>
> I have /usr/src linked to /usr/src.2004 below, but that
> has never caused a problem before.
>
>
> --
> Wayne M Barnes
> wayne@etaq.com fax: (314) 754-9556
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to
"freebsd-stable-unsubscribe@freebsd.org"