From 45e27bfa42e8541106de39ca172c45461f8bd6b7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 9 Nov 2012 10:36:59 +0000 Subject: [PATCH] scstadmin/Makefile: Clean up whitespace usage git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4611 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scstadmin/Makefile b/scstadmin/Makefile index 1bd7f8ec6..3747e26a9 100644 --- a/scstadmin/Makefile +++ b/scstadmin/Makefile @@ -62,7 +62,7 @@ install: "be installed first"; false; fi cd $(SCSTADMIN_DIR) && $(MAKE) $@ for m in scstadmin/man*/*.[1-9]; do \ - if [ -e $$m ]; then \ + if [ -e $$m ]; then \ d=$(MANDIR)/$$(basename $$(dirname $$m)); \ if install -d $$d; then \ install -m 644 $$m $$d; \