You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[sb2] Replace calls to deprecated fgrep, egrep and cleanup. JB#59434
`egrep` and `fgrep` are deprecated, use `grep -E` or `grep -F` respectively.
Replace `$(...)` notation instead of legacy backticks.
Avoid useless `cat` where `read` can do the job better.
Signed-off-by: Björn Bidar <bjorn.bidar@jolla.com>
0 commit comments