[Buildroot] [PATCH/master 5/7] g-ir-compiler.in: Fix shellcheck warnings, switch to sh

Arnout Vandecappelle arnout at mind.be
Sat Sep 11 19:01:12 UTC 2021



On 03/09/2021 18:20, Adam Duskett wrote:
> Signed-off-by: Adam Duskett <aduskett at gmail.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/gobject-introspection/g-ir-compiler.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/gobject-introspection/g-ir-compiler.in b/package/gobject-introspection/g-ir-compiler.in
> index 3313cc501f..712753023a 100644
> --- a/package/gobject-introspection/g-ir-compiler.in
> +++ b/package/gobject-introspection/g-ir-compiler.in
> @@ -1,3 +1,3 @@
> -#!/usr/bin/env bash
> +#!/usr/bin/env sh
>  
> -$(dirname $0)/g-ir-scanner-qemuwrapper $(dirname $0)/g-ir-compiler.real "$@"
> +"$(dirname "$0")"/g-ir-scanner-qemuwrapper "$(dirname "$0")"/g-ir-compiler.real "$@"
> 


More information about the buildroot mailing list