summaryrefslogtreecommitdiffstats
path: root/xlators/features/utime
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2018-09-30 16:54:03 +0200
committerAmar Tumballi <amarts@redhat.com>2018-10-02 11:19:28 +0000
commit8a4b6f079b516e939fd55c4014dfcbd20142462f (patch)
treec18f3425c818b645d235e7832bad9d9aaadcec4a /xlators/features/utime
parentc96778b354ea82943442aab158adbb854ca43a52 (diff)
python: remove shebangs of non-main scripts and make others executable
Some of the scripts that have a #!/usr/bin/python3 shebang do not have a main() like function. These scripts will not get executed but only imported. They do not need the shebang. A few others are not installed with 'make install', but do have a main() like function. These scripts are expected to be used by developers for different tasks (mostly code generation). Marking these scripts executable to make it easier to identify them. Change-Id: I73541471deb7e0830766b804786244e73dfe4221 Updates: #411 Signed-off-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'xlators/features/utime')
-rwxr-xr-x[-rw-r--r--]xlators/features/utime/src/utime-gen-fops-c.py0
-rwxr-xr-x[-rw-r--r--]xlators/features/utime/src/utime-gen-fops-h.py0
2 files changed, 0 insertions, 0 deletions
diff --git a/xlators/features/utime/src/utime-gen-fops-c.py b/xlators/features/utime/src/utime-gen-fops-c.py
index ab56dc9a4b3..ab56dc9a4b3 100644..100755
--- a/xlators/features/utime/src/utime-gen-fops-c.py
+++ b/xlators/features/utime/src/utime-gen-fops-c.py
diff --git a/xlators/features/utime/src/utime-gen-fops-h.py b/xlators/features/utime/src/utime-gen-fops-h.py
index 3686f2e3c1e..3686f2e3c1e 100644..100755
--- a/xlators/features/utime/src/utime-gen-fops-h.py
+++ b/xlators/features/utime/src/utime-gen-fops-h.py