diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:43:41 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:43:41 +0100 |
commit | 6df9c1f73afcfc67e3545b22e974bc47b4c3e268 (patch) | |
tree | 5202a0702c4d1cd72f52515a736388fb1a6e1588 /community/gsettings-desktop-schemas | |
parent | 4b3feb34dc89779bd770933894ee092a6ac2e011 (diff) | |
download | repository-6df9c1f73afcfc67e3545b22e974bc47b4c3e268.tar.gz |
gsettings-desktop-schemas: fix shellcheck error
Diffstat (limited to 'community/gsettings-desktop-schemas')
-rwxr-xr-x | community/gsettings-desktop-schemas/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsettings-desktop-schemas/build b/community/gsettings-desktop-schemas/build index 33cb031a..b6143ca9 100755 --- a/community/gsettings-desktop-schemas/build +++ b/community/gsettings-desktop-schemas/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ -Dintrospection=false \ |