From afa0760ae2c878d2c77e867df581a145875d0620 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 3 Feb 2011 21:16:29 +0100 Subject: Fix avoid single-quoting shell wildcard. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4c1f969..6b019e4 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ submodules: config: submodules mkdir -p '$@' - [ -e '$@/*.setup' ] || ikiwiki $(IKIWIKI_OPTIONS) --dumpsetup '$@/ikiwiki.setup' + [ -e '$@/'*.setup ] || ikiwiki $(IKIWIKI_OPTIONS) --dumpsetup '$@/ikiwiki.setup' content: submodules mkdir -p '$@' -- cgit v1.2.3