aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:51:44 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:51:44 +0100
commit87d8b484d3281e80036d07d5b2f40744304d915a (patch)
tree824039dcadf265eaa088019f8d79a5afc0064e99 /wayland
parentd98305c85261b76d3d60e3089139f61c0960e261 (diff)
downloadrepository-87d8b484d3281e80036d07d5b2f40744304d915a.tar.gz
cage: fix shellcheck error
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/cage/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/cage/build b/wayland/cage/build
index b323addb..77a0e800 100755
--- a/wayland/cage/build
+++ b/wayland/cage/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-export DESTDIR=$1
+export DESTDIR="$1"
cl-meson \
-Dman-pages=enabled \