From 8bd226777efe0ea1eb2f4a2d33605db971efc67f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 11 Jun 1993 18:42:04 +0000 Subject: [PATCH] Formerly compatMakefile.~77~ --- compatMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatMakefile b/compatMakefile index 56fc8ddc..63356821 100644 --- a/compatMakefile +++ b/compatMakefile @@ -188,7 +188,7 @@ installdirs: $(bindir)/$(instname): make $(INSTALL_PROGRAM) make $@.new @if $(install_setgid); then \ - if chgrp $(group) $@.new && chmod g+s $@.new; then + if chgrp $(group) $@.new && chmod g+s $@.new; then \ echo "chgrp $(group) $@.new && chmod g+s $@.new"; \ else \ echo "$@ needs to be owned by group $(group) and setgid;"; \