From: Adam Duskett Date: Fri, 3 Sep 2021 16:20:25 +0000 (-0700) Subject: package/gobject-introspection/g-ir-compiler.in: Fix shellcheck warnings, switch to sh X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da310266d3c9def679dcdc5605fe5f0eed025943;p=buildroot.git package/gobject-introspection/g-ir-compiler.in: Fix shellcheck warnings, switch to sh Signed-off-by: Adam Duskett Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- 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 "$@"