From d98305c85261b76d3d60e3089139f61c0960e261 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 9 Nov 2021 10:51:15 +0100 Subject: tllist: fix shellcheck error --- extra/tllist/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/tllist') 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 -- cgit v1.2.3