]> ruderich.org/simon Gitweb - config/dotfiles.git/commit
Always use single quotes for printf format string
authorSimon Ruderich <simon@ruderich.org>
Sun, 3 Jun 2018 16:08:25 +0000 (18:08 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 3 Jun 2018 16:08:25 +0000 (18:08 +0200)
commitbd997ea8d727d70df7e246595e55afa45902fb49
tree162d75f55cb6903174eb0138e4743f512189d259
parent0317fe4023dcdec852ce3b3542a2b7db7346b3ca
Always use single quotes for printf format string

"\n" is literal, but causes a warning in shellcheck. As single quotes
are better suited for the format string (they interpolate nothing)
switch to single quotes.
lib.sh
shell/crontab.d/setup.sh