Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bin/systemd-analyze-plot: do not use read without a variable
shellcheck 0.10.0 reports: In bin/systemd-analyze-plot line 32: read -r 2> /dev/null ^--^ SC3061 (warning): In POSIX sh, read without a variable is undefined. Silence this by using an unused variable. koalaman/shellcheck#1134 suggests using `$_` for such a use-case.
- Loading branch information