diff options
-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 \ |