From ef0e67a2885bb939854d30da2f64421218f824e5 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 6 Jul 2009 10:54:06 +0200 Subject: [PATCH] fix glob --- .crontab.d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.crontab.d/Makefile b/.crontab.d/Makefile index de73d90..15fb79c 100644 --- a/.crontab.d/Makefile +++ b/.crontab.d/Makefile @@ -1,6 +1,6 @@ SHELL = /bin/zsh -CRONTAB: $(shell setopt extended_glob && echo base *~base~CRONTAB~Makefile~.gitignore) +CRONTAB: $(shell setopt extended_glob && echo base *~(base|CRONTAB|Makefile|.gitignore)(N) for f in $^; do \ echo "### from file '$$f'"; \ cat $$f; \ -- 2.39.2