diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:46:20 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:46:20 +0100 |
commit | 6c5e2e8f8e1014758414efc4aa136f670906a9ad (patch) | |
tree | 61b90f3c77e504d451469a269f7f3903fe6b0678 /extra/gdk-pixbuf | |
parent | 09bade22d55a2452c023a06cff3d004f7c06930f (diff) | |
download | repository-6c5e2e8f8e1014758414efc4aa136f670906a9ad.tar.gz |
gdk-pixbuf: fix shellcheck error
Diffstat (limited to 'extra/gdk-pixbuf')
-rwxr-xr-x | extra/gdk-pixbuf/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gdk-pixbuf/build b/extra/gdk-pixbuf/build index 27bc3328..8d79b1b2 100755 --- a/extra/gdk-pixbuf/build +++ b/extra/gdk-pixbuf/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ -Dintrospection=enabled \ |