Bob Mottram 8 years ago
parent
commit
04c63f163e
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-mesh-blog

+ 1
- 1
src/freedombone-mesh-blog View File

183
                 is_selected='on'
183
                 is_selected='on'
184
             fi
184
             fi
185
         else
185
         else
186
-            if [[ $a == 'Just-Read' ]]; then
186
+            if [[ "$a" == 'Just-Read' ]]; then
187
                 is_selected='on'
187
                 is_selected='on'
188
             fi
188
             fi
189
         fi
189
         fi