mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
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:
committed by
Brian Behlendorf
parent
6c9af9e8f4
commit
7b47628acb
@@ -1,6 +1,5 @@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/test-runner/include
|
||||
dist_pkgdata_SCRIPTS = \
|
||||
logapi.shlib
|
||||
|
||||
dist_pkgdata_DATA = \
|
||||
logapi.shlib \
|
||||
stf.shlib
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#!/bin/ksh -p
|
||||
#
|
||||
# CDDL HEADER START
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user