commit 71fd77b8b5521cdfadddfc3cb118b8f6f07245cc parent 8ce59664d0613af5269fdd9fcdd0097b2708d554 Author: Cem Keylan <cem@ckyln.com> Date: Thu, 18 Feb 2021 04:13:13 +0300 dunst: shellcheck ignore Diffstat:
M | dbus/dunst/build | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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 \