scripts: Allow use of bash outside of /bin
Even though bash is commonly available as /bin/bash there are exceptions (e.g NixOS). This commit allow the use of the scripts in my environment and is generic. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
af06d94e00
commit
e2edb3e405
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Originally from the Galileo port in contiki
|
# Originally from the Galileo port in contiki
|
||||||
# https://github.com/otcshare/contiki-x86
|
# https://github.com/otcshare/contiki-x86
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 Intel Corporation.
|
# Copyright (c) 2015 Intel Corporation.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 Wind River Systems, Inc.
|
# Copyright (c) 2015 Wind River Systems, Inc.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 Wind River Systems, Inc.
|
# Copyright (c) 2015 Wind River Systems, Inc.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 Intel Corporation.
|
# Copyright (c) 2019 Intel Corporation.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue