aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:52:06 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:52:06 +0100
commitd92a7262ad03d449e35d57d62afe2b2acb60ce6b (patch)
tree79d91006813a6460d7d9f3f8ff228d5a2d944fe8 /wayland
parent6caeab4dd42338cb0f15f58eb938bd3c47cbc1ef (diff)
downloadrepository-d92a7262ad03d449e35d57d62afe2b2acb60ce6b.tar.gz
foot: fix shellcheck error
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/foot/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/foot/build b/wayland/foot/build
index ae86f435..3156b9d5 100755
--- a/wayland/foot/build
+++ b/wayland/foot/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-export DESTDIR=$1
+export DESTDIR="$1"
cl-meson \
-Ddocs=enabled \