diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:46:08 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:46:08 +0100 |
commit | 09bade22d55a2452c023a06cff3d004f7c06930f (patch) | |
tree | c8595918d25e9d2a58b145998353a88e8efff740 /extra/gcr | |
parent | b70e784c45f8118a6a669ade05ab0db3c11f2e7e (diff) | |
download | repository-09bade22d55a2452c023a06cff3d004f7c06930f.tar.gz |
gcr: fix shellcheck error
Diffstat (limited to 'extra/gcr')
-rwxr-xr-x | extra/gcr/build | 2 |
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 \ |