diff --git a/cf/Makefile.am.common b/cf/Makefile.am.common index 1e9830388..61091070e 100644 --- a/cf/Makefile.am.common +++ b/cf/Makefile.am.common @@ -55,7 +55,7 @@ install-suid-programs: @foo='$(bin_SUIDS)'; \ for file in $$foo; do \ x=$(DESTDIR)$(bindir)/$$file; \ - if chown 0:0 $$x && chmod u+s $$x; then :; else\ + if chown 0:0 $$x && chmod u+s $$x; then :; else \ chmod 0 $$x; fi; done install-exec-hook: install-suid-programs