Skip to content

Commit 648ec2d

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 648ec2d

File tree

2 files changed

+108
-108
lines changed

2 files changed

+108
-108
lines changed

0 commit comments

Comments
 (0)