fixed minor shellcheck issues
This commit is contained in:
parent
f9b96d2d28
commit
6dc18e22a3
2 changed files with 2 additions and 1 deletions
|
@ -52,6 +52,7 @@ editcontactnumber() {
|
|||
deletecontact() {
|
||||
name="$(echo "$1" | cut -d" " -f2)"
|
||||
|
||||
# shellcheck disable=SC2059
|
||||
ENTRIES="$(printf "$icon_cls No\n$icon_chk Yes")"
|
||||
PICKED="$(
|
||||
echo "$ENTRIES" |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue