fix(cmus): error in notification daemon command variable
This commit is contained in:
parent
8d237b21d2
commit
9d1fe87d97
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# shellcheck disable=SC2154
|
# shellcheck disable=SC2154
|
||||||
NOTIFICATION_PROGRAM='mako
|
NOTIFICATION_PROGRAM='mako'
|
||||||
'
|
|
||||||
process_args() {
|
process_args() {
|
||||||
while [ "$#" -ge 2 ]; do
|
while [ "$#" -ge 2 ]; do
|
||||||
printf -v "$1" "%s" "$2"
|
printf -v "$1" "%s" "$2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue