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 <flokli@flokli.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent f3b01ed commit 8a750efed0399f36679cddd3718841ff293711b6
@Florian Klink Florian Klink authored on 6 Dec 2019
Sascha Hauer committed on 6 Dec 2019
Showing 2 changed files
View
Documentation/user/usb.rst
View
MAKEALL