mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83925
@ -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…
x
Reference in New Issue
Block a user