Clean up (k)shlib and cfg file shebangs

Most kshlib files are imported by other scripts
and do not have a shebang at the top of their files.
Make all kshlib follow this convention.

Remove shebangs from cfg files as well.

Reviewed-by: loli10K <ezomori.nozomu@gmail.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Close #7406
This commit is contained in:
Giuseppe Di Natale
2018-04-08 19:37:22 -07:00
committed by Brian Behlendorf
parent 6c9af9e8f4
commit 7b47628acb
25 changed files with 27 additions and 30 deletions
-1
View File
@@ -1,4 +1,3 @@
#!/bin/ksh -p
#
# CDDL HEADER START
#
@@ -1,4 +1,3 @@
#!/bin/ksh -p
#
# Common functions used by the zpool_status and zpool_iostat tests for running
# scripts with the -c option.