summaryrefslogtreecommitdiff
path: root/.config/cron
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 01:19:57 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 01:19:57 -0500
commit2a6dc16a75f4d7beed631d97a99b6a1fc82c4e79 (patch)
treec4fbdc91309529699c7550b691ba047a00aad0a8 /.config/cron
parentf565769cdc68b24343ce2d3dbf4e322fad3a6c20 (diff)
split login.sh into login.d
Diffstat (limited to '.config/cron')
-rw-r--r--.config/cron/make-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/cron/make-config b/.config/cron/make-config
index 9ac5ac2..d079c92 100644
--- a/.config/cron/make-config
+++ b/.config/cron/make-config
@@ -1,2 +1,2 @@
#m h dom mon dow command
-*/5 * * * * cronic bash -c '. $HOME/.local/lib/path.sh && . $HOME/.local/lib/xdg.sh && make -C $XDG_CONFIG_HOME'
+*/5 * * * * cronic bash -l -c 'make -C "$XDG_CONFIG_HOME"'