mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Don't accidently compress "sh" or there are unfortunate consequences.
PR: 4220 Submitted-by: Dag-Erling Coidan Smørgrav <finrod@pugwash.priv.no>
This commit is contained in:
parent
26773726dc
commit
839dac029a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28018
@ -74,7 +74,7 @@ for i do
|
||||
continue
|
||||
fi
|
||||
case "`basename $i`" in
|
||||
gzip | tail | chmod | ln | sleep | rm)
|
||||
sh | gzip | tail | chmod | ln | sleep | rm)
|
||||
echo "${x}: $i would depend on itself"; continue ;;
|
||||
esac
|
||||
if test -z "$cpmod"; then
|
||||
|
Loading…
Reference in New Issue
Block a user