On Sun, 14 Mar 2004 11:43:50 -0600 Wayne M Barnes <[EMAIL PROTECTED]> 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 > [EMAIL PROTECTED] fax: (314) 754-9556 > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "[EMAIL PROTECTED]" _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
