f32053c Avoid grep ambiguities

Authored and Committed by Alois Mahdal 5 years ago
    Avoid grep ambiguities
    
    Where regular expression is read from a variable and -e argument is not
    provided, the resulting call may end up being interpreted as grep
    argument.
    
    See also:
    
        https://github.com/koalaman/shellcheck/issues/1342
    
        
file modified
+2 -2
file modified
+1 -1