Disable shellcheck warning for readonly var
This commit is contained in:
parent
61507d8f3d
commit
aa454f8ca2
4
snippy
4
snippy
@ -59,8 +59,8 @@ readonly placeholder_cursor="{cursor}"
|
||||
readonly placeholder_clipboard="{clipboard}"
|
||||
readonly placeholder_clipboard_urlencode="{clipboard_urlencode}"
|
||||
|
||||
readonly tmpfile
|
||||
tmpfile=$(mktemp)
|
||||
# shellcheck disable=2155
|
||||
readonly tmpfile=$(mktemp)
|
||||
trap 'rm -f $tmpfile' EXIT HUP INT TRAP TERM
|
||||
|
||||
# colors
|
||||
|
Loading…
Reference in New Issue
Block a user