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:
Peter Wemm 1997-08-09 15:34:40 +00:00
parent 26773726dc
commit 839dac029a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28018

View File

@ -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