From 8a750efed0399f36679cddd3718841ff293711b6 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 6 Dec 2019 13:32:54 +0100 Subject: docs: use #!/usr/bin/env bash shebang instead of #!/bin/bash Some distributions might not have bash in /bin, but in $PATH. Using #!/usr/bin/env bash solves this, and is consistent with how the perl and python shebangs look like in the tree. Signed-off-by: Florian Klink Signed-off-by: Sascha Hauer --- Documentation/user/usb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') 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 -- cgit v1.2.3