Commit 4dc0ef6f authored by Pawel Wodkowski's avatar Pawel Wodkowski Committed by Jim Harris
Browse files

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: default avatarPawel Wodkowski <pawelx.wodkowski@intel.com>
Reviewed-on: https://review.gerrithub.io/425382


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 52381094
Loading
Loading
Loading
Loading
+0 −0

File mode changed from 100755 to 100644.

scripts/rpc/__init__.py

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

scripts/rpc/app.py

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

scripts/rpc/bdev.py

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

scripts/rpc/client.py

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

Loading