diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:52:06 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:52:06 +0100 |
commit | d92a7262ad03d449e35d57d62afe2b2acb60ce6b (patch) | |
tree | 79d91006813a6460d7d9f3f8ff228d5a2d944fe8 /wayland/foot | |
parent | 6caeab4dd42338cb0f15f58eb938bd3c47cbc1ef (diff) | |
download | repository-d92a7262ad03d449e35d57d62afe2b2acb60ce6b.tar.gz |
foot: fix shellcheck error
Diffstat (limited to 'wayland/foot')
-rwxr-xr-x | wayland/foot/build | 2 |
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 \ |