diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:43:23 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:43:23 +0100 |
commit | 4b3feb34dc89779bd770933894ee092a6ac2e011 (patch) | |
tree | b9f6346a6382debac495c21e53b705481edcfd56 /community | |
parent | 6c5b6abeda5ab8e2d8dbd2e5ab979e7652b37448 (diff) | |
download | repository-4b3feb34dc89779bd770933894ee092a6ac2e011.tar.gz |
girara: fix shellcheck error
Diffstat (limited to 'community')
-rwxr-xr-x | community/girara/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/girara/build b/community/girara/build index 9727d4b0..5ab78d51 100755 --- a/community/girara/build +++ b/community/girara/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ -Ddefault_library=static \ |