diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-18 04:13:13 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-18 04:13:13 +0300 |
commit | 71fd77b8b5521cdfadddfc3cb118b8f6f07245cc (patch) | |
tree | 3f230c0acd197c1594435a01b2f15bfd7c54cca3 /dbus | |
parent | 8ce59664d0613af5269fdd9fcdd0097b2708d554 (diff) | |
download | repository-71fd77b8b5521cdfadddfc3cb118b8f6f07245cc.tar.gz |
dunst: shellcheck ignore
Diffstat (limited to 'dbus')
-rwxr-xr-x | dbus/dunst/build | 2 |
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 \ |