Skip to content
Snippets Groups Projects
Commit 0eb80c8e authored by Jani Nikula's avatar Jani Nikula
Browse files

dim: Replace `..` with $(..)


Fix shellcheck SC2006: Use $(..) instead of deprecated `..`.

Unfortunately, uncovers one instance of shellcheck SC2143: Instead of [
-n $(foo | grep bar) ], use foo | grep -q bar. We'll accept that for
now.

Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent 64d2985e
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment