]> git.proxmox.com Git - mirror_zfs.git/commit
Don't hardcode perl path but use env instead
authorclefru <clemens@endorphin.org>
Fri, 13 Jan 2017 23:57:34 +0000 (00:57 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 13 Jan 2017 23:57:34 +0000 (15:57 -0800)
commit2dbf1bf8296f66f24d5e404505c991bfbeec7808
tree063c711740b58fd85f4932f79cf9d89c0c5b1ce0
parent08f0510d87186575db00269fff17a3409de5ceb6
Don't hardcode perl path but use env instead

Also replace the deprecated "-w" argument with "use warnings;", as
otherwise env would invoke a command called "perl -w".

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Clemens Fruhwirth <clemens@endorphin.org>
Closes #5552
scripts/cstyle.pl