From: martin f. krafft Date: Mon, 6 Jul 2009 08:55:28 +0000 (+0200) Subject: fix shell call X-Git-Url: https://git.madduck.net/etc/crontab.git/commitdiff_plain/d1d69a9681c1a2e247cb482d47809f1d6b74f24b fix shell call --- diff --git a/.crontab.d/Makefile b/.crontab.d/Makefile index 15fb79c..64485ae 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)(N) +CRONTAB: $(shell setopt extended_glob && echo base *~(base|CRONTAB|Makefile|.gitignore)(N)) for f in $^; do \ echo "### from file '$$f'"; \ cat $$f; \