aboutsummaryrefslogtreecommitdiff
path: root/extra/gcr
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:46:08 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:46:08 +0100
commit09bade22d55a2452c023a06cff3d004f7c06930f (patch)
treec8595918d25e9d2a58b145998353a88e8efff740 /extra/gcr
parentb70e784c45f8118a6a669ade05ab0db3c11f2e7e (diff)
downloadrepository-09bade22d55a2452c023a06cff3d004f7c06930f.tar.gz
gcr: fix shellcheck error
Diffstat (limited to 'extra/gcr')
-rwxr-xr-xextra/gcr/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gcr/build b/extra/gcr/build
index bda7b938..698e3c0c 100755
--- a/extra/gcr/build
+++ b/extra/gcr/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-export DESTDIR=$1
+export DESTDIR="$1"
cl-meson \
-Dintrospection=false \