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:
parent
aaef1c3934
commit
b4e13f7b2b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user