diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:51:57 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:51:57 +0100 |
commit | 6caeab4dd42338cb0f15f58eb938bd3c47cbc1ef (patch) | |
tree | b6fdc8b4ab5811ce1f5f6b4724ddad339e3511fb | |
parent | 87d8b484d3281e80036d07d5b2f40744304d915a (diff) | |
download | repository-6caeab4dd42338cb0f15f58eb938bd3c47cbc1ef.tar.gz |
fcft: fix shellcheck error
-rwxr-xr-x | wayland/fcft/build | 2 |
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 \ |