diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:51:15 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:51:15 +0100 |
commit | d98305c85261b76d3d60e3089139f61c0960e261 (patch) | |
tree | 294a91ce7a19834e58bad55dd48d00793f2d60ed /extra/tllist/build | |
parent | 84539e2a190dc36908d2c40a20fdd6e354e485b4 (diff) | |
download | repository-d98305c85261b76d3d60e3089139f61c0960e261.tar.gz |
tllist: fix shellcheck error
Diffstat (limited to 'extra/tllist/build')
-rwxr-xr-x | extra/tllist/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/tllist/build b/extra/tllist/build index 9aced3da..8807bbbc 100755 --- a/extra/tllist/build +++ b/extra/tllist/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ . output |