From 839dac029a446fa1ad47a855185f005c7533b6f4 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 9 Aug 1997 15:34:40 +0000 Subject: Don't accidently compress "sh" or there are unfortunate consequences. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: 4220 Submitted-by: Dag-Erling Coidan Smørgrav --- gnu/usr.bin/gzip/gzexe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/gzip/gzexe b/gnu/usr.bin/gzip/gzexe index 0c248d992015..27b697b21c9e 100644 --- a/gnu/usr.bin/gzip/gzexe +++ b/gnu/usr.bin/gzip/gzexe @@ -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 -- cgit v1.3