aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:46:20 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:46:20 +0100
commit6c5e2e8f8e1014758414efc4aa136f670906a9ad (patch)
tree61b90f3c77e504d451469a269f7f3903fe6b0678
parent09bade22d55a2452c023a06cff3d004f7c06930f (diff)
downloadrepository-6c5e2e8f8e1014758414efc4aa136f670906a9ad.tar.gz
gdk-pixbuf: fix shellcheck error
-rwxr-xr-xextra/gdk-pixbuf/build2
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 \