summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-02-03 21:16:29 +0100
committerJonas Smedegaard <dr@jones.dk>2011-02-03 21:16:29 +0100
commitafa0760ae2c878d2c77e867df581a145875d0620 (patch)
treebcb3a8965a22e46bf687c3243f6374ed14005a9b /Makefile
parent4d6af27f0d12217c9a0056ebdd2af32536f8993f (diff)
Fix avoid single-quoting shell wildcard.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 '$@'