Removed touch(1) from the list of installworld tools that

was added in previous revision for no apparent reason.

Submitted by:	bde
This commit is contained in:
Ruslan Ermilov 2001-09-25 12:17:52 +00:00
parent aaef1c3934
commit b4e13f7b2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83925

View File

@ -324,7 +324,7 @@ installworld:
mkdir -p ${INSTALLTMP}
for prog in [ awk cat chflags chmod chown date echo egrep find grep \
ln make makewhatis mkdir mtree mv perl rm sed sh sysctl \
test touch true uname wc which zic; do \
test true uname wc which zic; do \
cp `which $$prog` ${INSTALLTMP}; \
done
cd ${.CURDIR}; ${IMAKE} reinstall