Update git submodules

* Update bashate from branch 'master'
  - Merge "Add a [[ checker"
  - Add a [[ checker
    
    This adds a basic check for [[ when using non-POSIX comparisions such
    as =~, <, >.  This is a fairly common typo often not picked up until
    runtime.  Since it's usually part of an "if [ $foo =~ bar ]; then"
    statement it doesn't trigger "-e" and the failure just falls through.
    
    As mentioned in the code; this is one of those things that starts
    requiring a complete bash parser to get 100% right.  However, I
    believe this detects the most common failures without setting off
    false alarms.
    
    Change-Id: I5478032800cdf175cb10ce25dc8b6afce6ebd0dd
This commit is contained in:
Zuul 2018-03-29 05:58:56 +00:00 committed by Gerrit Code Review
parent b13fd9816d
commit dfdbe41dd0
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 39404be7a59b3836574d22c50016b14c3fa1a0ff
Subproject commit 7b8b6da03d121aec9cf34fdccc4954ff80820cf5