Skip to content

Commit

Permalink
mutt: address shellcheck SC2088
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 10, 2020
1 parent e043fac commit 2404e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions completions/mutt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ _muttrc()

if [[ -z $muttrc ]]; then
if [[ -f ~/.${muttcmd}rc ]]; then
muttrc="~/.${muttcmd}rc"
muttrc=\~/.${muttcmd}rc
elif [[ -f ~/.${muttcmd}/${muttcmd}rc ]]; then
muttrc="~/.${muttcmd}/${muttcmd}rc"
muttrc=\~/.${muttcmd}/${muttcmd}rc
fi
fi
printf "%s" "$muttrc"
Expand Down

0 comments on commit 2404e97

Please sign in to comment.