aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:53:45 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:53:45 +0100
commita3ae130190ef3da85f52568017b6ed311757feba (patch)
tree1e8f5169e9d7c0483614a3cbc0c2d418ac1b0d42 /wayland
parentb0ba95f1a25971ba0770b75638a5836170fa2503 (diff)
downloadrepository-a3ae130190ef3da85f52568017b6ed311757feba.tar.gz
xwayland: fix shellcheck error
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/xwayland/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/xwayland/build b/wayland/xwayland/build
index bfa3b8f0..7b471562 100755
--- a/wayland/xwayland/build
+++ b/wayland/xwayland/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-export DESTDIR=$1
+export DESTDIR="$1"
cl-meson \
-Ddefault_font_path=/usr/share/fonts \