From: Simon Ruderich Date: Sun, 16 Mar 2014 15:10:03 +0000 (+0100) Subject: crontab.d/setup.sh: use single quotes X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=0a4b648488f3978ca6521213e61fa2f93dc81a02 crontab.d/setup.sh: use single quotes --- diff --git a/crontab.d/setup.sh b/crontab.d/setup.sh index 2b174c1..33e88c3 100755 --- a/crontab.d/setup.sh +++ b/crontab.d/setup.sh @@ -24,7 +24,7 @@ set -e -HEADER_WARNING="# WARNING! DO NOT EDIT THIS FILE! #" +HEADER_WARNING='# WARNING! DO NOT EDIT THIS FILE! #' # Don't overwrite existing crontab entries. Not race condition free but that # can't be helped.