docs: use #!/usr/bin/env python shebang instead of #!/usr/bin/python
Some distributions might not have python in /usr/bin, but in $PATH.

Using #!/usr/bin/env python solves this, and is consistent with how the
other perl and python shebangs look like in the tree.

Signed-off-by: Florian Klink <flokli@flokli.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 8a750ef commit 06fa766313fd122fc9f5ea7d26af9edd37daed78
@Florian Klink Florian Klink authored on 6 Dec 2019
Sascha Hauer committed on 6 Dec 2019
Showing 1 changed file
View
Documentation/gen_commands.py