aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:43:23 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:43:23 +0100
commit4b3feb34dc89779bd770933894ee092a6ac2e011 (patch)
treeb9f6346a6382debac495c21e53b705481edcfd56 /community
parent6c5b6abeda5ab8e2d8dbd2e5ab979e7652b37448 (diff)
downloadrepository-4b3feb34dc89779bd770933894ee092a6ac2e011.tar.gz
girara: fix shellcheck error
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/girara/build2
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 \