]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - crontab.d/setup.sh
crontab.d/setup.sh: use single quotes
[config/dotfiles.git] / 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.