diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:47:51 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:47:51 +0100 |
commit | a7ac370af86e5c6f803132aa8a182b0dbfe3138b (patch) | |
tree | e64219e6271617d7f0cdbd97afdc1067fc2f66db /extra/gobject-introspection | |
parent | 86a8394c06c1301341320a4fb6e5f4c268be9e05 (diff) | |
download | repository-a7ac370af86e5c6f803132aa8a182b0dbfe3138b.tar.gz |
gobject-introspection: fix shellcheck error
Diffstat (limited to 'extra/gobject-introspection')
-rwxr-xr-x | extra/gobject-introspection/build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |