Quotes
This commit is contained in:
parent
196b953902
commit
04c63f163e
|
@ -183,7 +183,7 @@ function change_theme {
|
|||
is_selected='on'
|
||||
fi
|
||||
else
|
||||
if [[ $a == 'Just-Read' ]]; then
|
||||
if [[ "$a" == 'Just-Read' ]]; then
|
||||
is_selected='on'
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue