diff options
author | Matt Clay <matt@mystile.com> | 2016-11-02 14:47:42 -0700 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2016-11-02 17:00:27 -0700 |
commit | 0d46805979646ce3a6f0225e804a73f552cd5296 (patch) | |
tree | 8a92e9b753c193ba81ee588573de370537bdcda7 /Makefile | |
parent | 702ac436dc1b1c4c4d64ce9971d670a1df4308a4 (diff) | |
download | ansible-0d46805979646ce3a6f0225e804a73f552cd5296.tar.gz |
Clean up shebangs for various files.
- Remove shebangs from:
- ini files
- unit tests
- module_utils
- plugins
- module_docs_fragments
- non-executable Makefiles
- Change non-modules from '/usr/bin/python' to '/usr/bin/env python'.
- Change '/bin/env' to '/usr/bin/env'.
Also removed main functions from unit tests (since they no longer
have a shebang) and fixed a python 3 compatibility issue with
update_bundled.py so it does not need to specify a python 2 shebang.
A script was added to check for unexpected shebangs in files.
This script is run during CI on Shippable.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -#!/usr/bin/make # WARN: gmake syntax ######################################################## # Makefile for Ansible |