aboutsummaryrefslogtreecommitdiff
path: root/extra/gtk4
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:49:18 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:49:18 +0100
commit9031315d33ca18ca8054fb3a8991df75404626e6 (patch)
tree26ea7b6cc57bd6aed26b8ff81ed7e137d08b78c2 /extra/gtk4
parent5dc2df8ae3913b5ceee50b735c8c2e144df77eae (diff)
downloadrepository-9031315d33ca18ca8054fb3a8991df75404626e6.tar.gz
gtk4: fix shellcheck error
Diffstat (limited to 'extra/gtk4')
-rwxr-xr-xextra/gtk4/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gtk4/build b/extra/gtk4/build
index a28474d9..ea880140 100755
--- a/extra/gtk4/build
+++ b/extra/gtk4/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-export DESTDIR=$1
+export DESTDIR="$1"
cl-meson \
-Dgtk_doc=false \