From 9f5efa128ef0c1177856682659969e2bc8accfd2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 13 Apr 2015 15:09:56 -0400 Subject: Makefile: Don't require to be run from a login shell --- .config/cron/make-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/cron') diff --git a/.config/cron/make-config b/.config/cron/make-config index d079c92..6a7e9d6 100644 --- a/.config/cron/make-config +++ b/.config/cron/make-config @@ -1,2 +1,2 @@ #m h dom mon dow command -*/5 * * * * cronic bash -l -c 'make -C "$XDG_CONFIG_HOME"' +*/5 * * * * cronic make -C ~/.config -- cgit v1.2.3-2-g168b From f97389c74b4642da8a8c313a48e907e014a6ed50 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 19 Jul 2015 19:10:14 -0600 Subject: cron/make-config: use moreutils chronic --- .config/cron/make-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/cron') diff --git a/.config/cron/make-config b/.config/cron/make-config index 6a7e9d6..a4a3480 100644 --- a/.config/cron/make-config +++ b/.config/cron/make-config @@ -1,2 +1,2 @@ #m h dom mon dow command -*/5 * * * * cronic make -C ~/.config +*/5 * * * * chronic make -C ~/.config -- cgit v1.2.3-2-g168b