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