]> arthur.barton.de Git - backup-script.git/commit
Fix some warning messages of shellcheck(1)
authorAlexander Barton <alex@barton.de>
Tue, 26 Apr 2016 14:54:45 +0000 (16:54 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 26 Apr 2016 14:54:45 +0000 (16:54 +0200)
commit2a679434e1336d0f4dae336394d3ed41403689f4
treea2ee7ad11a41bb86c8e87794bb2591924e611968
parent8c9d5d34b1fe1a4affbf54b8699bf2735fbf72b9
Fix some warning messages of shellcheck(1)

- SC1090: Can't follow non-constant source. Use a directive to
  specify location.

- SC2125: Brace expansions and globs are literal in assignments.
  Quote it or use an array.

- SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.

See <http://www.shellcheck.net>.
bin/backup-script
bin/backup-status