diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dnf-needs-restarting | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/dnf-needs-restarting b/bin/dnf-needs-restarting index 53932b1..60f7f7c 100755 --- a/bin/dnf-needs-restarting +++ b/bin/dnf-needs-restarting @@ -21,4 +21,6 @@ else icon="" fi +# this is a literal expression for `jq` +# shellcheck disable=SC2016 $JQCMD --unbuffered -n -c '{tooltip: $ARGS.positional[0], text: $ARGS.positional[1]}' --args "$output" "$icon" |