aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:51:57 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:51:57 +0100
commit6caeab4dd42338cb0f15f58eb938bd3c47cbc1ef (patch)
treeb6fdc8b4ab5811ce1f5f6b4724ddad339e3511fb /wayland
parent87d8b484d3281e80036d07d5b2f40744304d915a (diff)
downloadrepository-6caeab4dd42338cb0f15f58eb938bd3c47cbc1ef.tar.gz
fcft: fix shellcheck error
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/fcft/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/fcft/build b/wayland/fcft/build
index 3fb5a269..7e22cdf1 100755
--- a/wayland/fcft/build
+++ b/wayland/fcft/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-export DESTDIR=$1
+export DESTDIR="$1"
cl-meson \
-Dtext-shaping=enabled \