From da310266d3c9def679dcdc5605fe5f0eed025943 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Fri, 3 Sep 2021 09:20:25 -0700 Subject: [PATCH] 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) --- 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 "$@" -- 2.30.2