]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
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)
"\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.


No differences found