From 0a4b648488f3978ca6521213e61fa2f93dc81a02 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 16 Mar 2014 16:10:03 +0100 Subject: [PATCH] crontab.d/setup.sh: use single quotes --- crontab.d/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.44.1