diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:53:45 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:53:45 +0100 |
commit | a3ae130190ef3da85f52568017b6ed311757feba (patch) | |
tree | 1e8f5169e9d7c0483614a3cbc0c2d418ac1b0d42 /wayland/xwayland | |
parent | b0ba95f1a25971ba0770b75638a5836170fa2503 (diff) | |
download | repository-a3ae130190ef3da85f52568017b6ed311757feba.tar.gz |
xwayland: fix shellcheck error
Diffstat (limited to 'wayland/xwayland')
-rwxr-xr-x | wayland/xwayland/build | 2 |
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 \ |