From a7ac370af86e5c6f803132aa8a182b0dbfe3138b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 9 Nov 2021 10:47:51 +0100 Subject: gobject-introspection: fix shellcheck error --- extra/gobject-introspection/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/gobject-introspection') diff --git a/extra/gobject-introspection/build b/extra/gobject-introspection/build index 8539e86a..20b55fd4 100755 --- a/extra/gobject-introspection/build +++ b/extra/gobject-introspection/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ . output -- cgit v1.2.3