summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-12-10 05:41:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-10 05:41:45 +0100
commitc65ca498685d09863efde43c73d955b729340fa5 (patch)
tree70e91c97aabce39e320c94b521f5ccba15cb5551 /Documentation
parentaf05728207583ae1f5cf88272158376c9c54eee1 (diff)
parent06fa766313fd122fc9f5ea7d26af9edd37daed78 (diff)
downloadbarebox-c65ca498685d09863efde43c73d955b729340fa5.tar.gz
barebox-c65ca498685d09863efde43c73d955b729340fa5.tar.xz
Merge branch 'for-next/shebang'
Diffstat (limited to 'Documentation')
-rwxr-xr-xDocumentation/gen_commands.py2
-rw-r--r--Documentation/user/usb.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gen_commands.py b/Documentation/gen_commands.py
index 203a39bb11..a55b1acd82 100755
--- a/Documentation/gen_commands.py
+++ b/Documentation/gen_commands.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
from __future__ import print_function
diff --git a/Documentation/user/usb.rst b/Documentation/user/usb.rst
index 029e463540..4c1b2925f2 100644
--- a/Documentation/user/usb.rst
+++ b/Documentation/user/usb.rst
@@ -172,7 +172,7 @@ and initrd:
.. code-block:: sh
- #!/bin/bash
+ #!/usr/bin/env bash
set -e
set -v