Skip to content

Commit 7202b52

Browse files
committed
[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>
1 parent d6003d3 commit 7202b52

File tree

2 files changed

+119
-112
lines changed

2 files changed

+119
-112
lines changed

0 commit comments

Comments
 (0)