From 125aa10c706ac205e4924c8c2b244033d100167b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 2 May 2010 14:55:35 -0500 Subject: need to explicitly load bashrc in crontab --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crontab') diff --git a/crontab b/crontab index 153803c..7389e45 100644 --- a/crontab +++ b/crontab @@ -1,2 +1,2 @@ 0 */3 * * * newsbeuter -x reload -0 5 * * * perlbrew switch perl-5.10.1 && minicpan +0 5 * * * . $HOME/.bashrc && perlbrew switch perl-5.10.1 && minicpan -- cgit v1.2.3-54-g00ecf