aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:52:34 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:52:34 +0100
commit31474295235782062273bb2c04d41cdf7f0b8002 (patch)
treec97b6801ebfc5d874dabc1018429d5d4b4fc5031 /wayland
parentb7adb937bfb336e3c8cf7c8dd51aa9e7ff42676e (diff)
downloadrepository-31474295235782062273bb2c04d41cdf7f0b8002.tar.gz
swaybg: fix shellcheck error
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/swaybg/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/swaybg/build b/wayland/swaybg/build
index 6a83672a..62f40e47 100755
--- a/wayland/swaybg/build
+++ b/wayland/swaybg/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-export DESTDIR=$1
+export DESTDIR="$1"
cl-meson \
-Dgdk-pixbuf=enabled \