diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-17 10:37:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-17 10:37:08 +0300 |
commit | 267ce6fe24ab60ab6652f7f17e399cc54a12e28c (patch) | |
tree | 2d5bcec87a93f4aa0997add63db6dd7eb5eac754 /wayland | |
parent | 19996320572cee9232ea7a329455941038b4a7a2 (diff) | |
download | repository-267ce6fe24ab60ab6652f7f17e399cc54a12e28c.tar.gz |
tllist: fix shellcheck error
Diffstat (limited to 'wayland')
-rwxr-xr-x | wayland/tllist/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/tllist/build b/wayland/tllist/build index 2db8f35a..9a2713f1 100755 --- a/wayland/tllist/build +++ b/wayland/tllist/build @@ -10,4 +10,4 @@ ninja -C output ninja -C output install # Remove unneeded files. -rm -r "$1/usr/share" +rm -r "${1:?}/usr/share" |