aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:52:25 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:52:25 +0100
commitb7adb937bfb336e3c8cf7c8dd51aa9e7ff42676e (patch)
tree0eb3f5c0613879c6edf1be912211bc0f8c89cf47 /wayland
parentd92a7262ad03d449e35d57d62afe2b2acb60ce6b (diff)
downloadrepository-b7adb937bfb336e3c8cf7c8dd51aa9e7ff42676e.tar.gz
imv: fix shellcheck error
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/imv/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/imv/build b/wayland/imv/build
index 18ac5397..2f31ec4b 100755
--- a/wayland/imv/build
+++ b/wayland/imv/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-export DESTDIR=$1
+export DESTDIR="$1"
cl-meson \
-Dlibjpeg=enabled \