aboutsummaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-18 04:13:13 +0300
committerCem Keylan <cem@ckyln.com>2021-02-18 04:13:13 +0300
commit71fd77b8b5521cdfadddfc3cb118b8f6f07245cc (patch)
tree3f230c0acd197c1594435a01b2f15bfd7c54cca3 /dbus
parent8ce59664d0613af5269fdd9fcdd0097b2708d554 (diff)
downloadrepository-71fd77b8b5521cdfadddfc3cb118b8f6f07245cc.tar.gz
dunst: shellcheck ignore
Diffstat (limited to 'dbus')
-rwxr-xr-xdbus/dunst/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dunst/build b/dbus/dunst/build
index 66d8cd45..36e542cf 100755
--- a/dbus/dunst/build
+++ b/dbus/dunst/build
@@ -3,6 +3,8 @@
export DESTDIR="$1"
mk() {
+ # No, I actually want to get the output, shellcheck, thank you very much.
+ # shellcheck disable=2181
make \
PREFIX=/usr \
MANDIR=/usr/share \