scripts: fix executable attribute for includes

rpmbuild pointed out that this is wrong to have executable files without
shebang. Taking the opportunity and fix this for other files too.

Change-Id: Ib21f436672150edc0aff511bff2eb6839870cf79
Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
Reviewed-on: https://review.gerrithub.io/425382
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Pawel Wodkowski 2018-09-12 15:45:56 +02:00 committed by Jim Harris
parent 523810947e
commit 4dc0ef6f45
18 changed files with 0 additions and 0 deletions

0
lib/bdev/passthru/vbdev_passthru.c Executable file → Normal file
View File

0
scripts/rpc/__init__.py Executable file → Normal file
View File

0
scripts/rpc/app.py Executable file → Normal file
View File

0
scripts/rpc/bdev.py Executable file → Normal file
View File

0
scripts/rpc/client.py Executable file → Normal file
View File

0
scripts/rpc/iscsi.py Executable file → Normal file
View File

0
scripts/rpc/log.py Executable file → Normal file
View File

0
scripts/rpc/lvol.py Executable file → Normal file
View File

0
scripts/rpc/nbd.py Executable file → Normal file
View File

0
scripts/rpc/net.py Executable file → Normal file
View File

0
scripts/rpc/nvmf.py Executable file → Normal file
View File

0
scripts/rpc/pmem.py Executable file → Normal file
View File

0
scripts/rpc/subsystem.py Executable file → Normal file
View File

0
scripts/rpc/vhost.py Executable file → Normal file
View File

0
test/common/autotest_common.sh Executable file → Normal file
View File

0
test/vhost/hotplug/blk_hotremove.sh Executable file → Normal file
View File

0
test/vhost/hotplug/scsi_hotremove.sh Executable file → Normal file
View File

0
test/vhost/migration/migration-tc3b.sh Executable file → Normal file
View File