On 08.12.23 16:33, 'Michael Adler' via EFI Boot Guard wrote:
> This commit updates the script shebang from /bin/bash to /usr/bin/env
> bash, thereby improving the portability of the scripts across different
> Unix-like systems. For example, NixOS and FreeBSD do not place the bash
> shell in the /bin directory.
> 
> Signed-off-by: Michael Adler <michael.ad...@siemens.com>
> ---
>  scripts/cppcheck.sh  | 2 +-
>  scripts/make_release | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/scripts/cppcheck.sh b/scripts/cppcheck.sh
> index af5f337..2b5560f 100755
> --- a/scripts/cppcheck.sh
> +++ b/scripts/cppcheck.sh
> @@ -1,4 +1,4 @@
> -#!/bin/bash
> +#!/usr/bin/env bash
>  #
>  # EFI Boot Guard
>  #
> diff --git a/scripts/make_release b/scripts/make_release
> index 38a772f..ff19f95 100755
> --- a/scripts/make_release
> +++ b/scripts/make_release
> @@ -1,4 +1,4 @@
> -#!/bin/bash
> +#!/usr/bin/env bash
>  #
>  # EFI Boot Guard
>  #

Thanks, applied.

Jan

-- 
Siemens AG, Technology
Linux Expert Center

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to efibootguard-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/3dc133e3-2eee-48b6-8ebc-3dbbf292ab1b%40siemens.com.

Reply via email to