]> git.proxmox.com Git - mirror_zfs.git/commit
Style check shell scripts
authorTurbo Fredriksson <turbo@bayour.com>
Mon, 18 May 2015 18:49:24 +0000 (20:49 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 May 2015 21:10:03 +0000 (14:10 -0700)
commitc11cd7f9348005232ca62ccbeabbd30e396861ac
tree043ffa35370ed87214f199c75cd2b6fdaf9cdc93
parent141b6381d38a16a6178edcec8ace28d1f23b884e
Style check shell scripts

If the command "shellcheck" exists, then find all shell scripts and
run shellcheck on them.
* Use 'gcc' format with shellcheck.
* Exclude zfs-script-config.sh (which isn't really a script).

Signed-off-by: Turbo Fredriksson <turbo@bayour.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3428
Makefile.am