From c15b232eff93ba13bae29db7ba4686ec71ca72ad Mon Sep 17 00:00:00 2001
From: Frank Steinberg <steinberg@ibr.cs.tu-bs.de>
Date: Fri, 18 Oct 2019 10:56:00 +0200
Subject: [PATCH] Fix.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index af67ee8..d946279 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ install-hbcon:
 
 apply:
 	@if [ -d web/snippets ] ; then for f in web/snippets/*.xml ; do xsltproc xsl/bjcp-2015-styleguide-apply.xsl $$f ; echo "applied $$f" ; done ; else echo "nothing to apply from web/snippets" ; fi
-	@if [ -d $(HOME)/bjcp/snippets ] ; then for f in $(HOME)bjcp/snippets/*.xml ; do xsltproc xsl/bjcp-2015-styleguide-apply.xsl $$f ; echo "applied $$f" ; done ; else echo "nothing to apply from $(HOME)/bjcp/snippets" ; fi
+	@if [ -d $(HOME)/bjcp/snippets ] ; then for f in $(HOME)/bjcp/snippets/*.xml ; do xsltproc xsl/bjcp-2015-styleguide-apply.xsl $$f ; echo "applied $$f" ; done ; else echo "nothing to apply from $(HOME)/bjcp/snippets" ; fi
 
 ## Google Translate stuff -- this works only for users with a properly configured Google Cloud setup
 
-- 
GitLab