From 1a03caa188928d7877dbc98616fdabf28346664b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 3 Mar 2012 09:35:10 -0500 Subject: change Makefile to not break cron if there's no trailing newline --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e04ff9f..1af51d3 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ clean: ( echo '..'; find ~/Maildir -maxdepth 2 -type f -name "maildirfolder" -printf '%h\n'|sed -r 's@.*/(.*\.)(.*)@.\1\2@' )|sort>'$@' .crontab.cookie: .crontab .crontab.local - cat $^ | crontab - + (cat $^; echo) | crontab - date > '$@' # don't do anything, just create these if they doesn't exist -- cgit v1.2.3