aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:43:41 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:43:41 +0100
commit6df9c1f73afcfc67e3545b22e974bc47b4c3e268 (patch)
tree5202a0702c4d1cd72f52515a736388fb1a6e1588 /community
parent4b3feb34dc89779bd770933894ee092a6ac2e011 (diff)
downloadrepository-6df9c1f73afcfc67e3545b22e974bc47b4c3e268.tar.gz
gsettings-desktop-schemas: fix shellcheck error
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/gsettings-desktop-schemas/build2
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 \