Hi all,

for prog in [ awk cat chflags chmod chown date echo egrep find grep \
            ln make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl \   
            test true uname wc zic; do \
                cp `which $$prog` ${INSTALLTMP}; \
        done

in Makefile.inc1

was failing because /bin/[ was nonexistent
and Now I know it is a hard link to /bin/test

Thanks for help.

--------------------------------------------------------------------------------------
 Get your FREE email, calendar, file storage, bookmarks, and other great services at
 http://www.doneasy.com ! doneasy.com "Where timesaving is priceless!"
--------------------------------------------------------------------------------------




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to