From 4ce9fbb8934b5b7b3cc6a4e115e14db3d3c1a2be Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 6 Jan 2013 09:54:26 +0000 Subject: [PATCH] scstadmin/Makefile: Clean up whitespace usage (merge r4611 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4692 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; \