]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
crontab.d/setup.sh: use single quotes
authorSimon Ruderich <simon@ruderich.org>
Sun, 16 Mar 2014 15:10:03 +0000 (16:10 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 16 Mar 2014 15:10:03 +0000 (16:10 +0100)
crontab.d/setup.sh

index 2b174c165a5437040044ff544b9034620e336dbd..33e88c38095257522b51059703c56cd4e135dd51 100755 (executable)
@@ -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.