From ed37037da26f9cbf80c0386a0cc2d7e0f64033dc Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 26 May 1999 08:42:55 +0000 Subject: [PATCH] (intall-suid-programs): add space between else and \ git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6285 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/Makefile.am.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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