]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #78666 - sasurau4:fix/shellcheck-error, r=jyn514
authorYuki Okushi <huyuumi.dev@gmail.com>
Fri, 6 Nov 2020 16:02:14 +0000 (01:02 +0900)
committerGitHub <noreply@github.com>
Fri, 6 Nov 2020 16:02:14 +0000 (01:02 +0900)
Fix shellcheck error

## Overview

Helps with #77290

This pr fix only errors of shellcheck, the result of `git ls-files '*.sh' | xargs shellcheck --severity=error`.

Fixing error are following.

- https://github.com/koalaman/shellcheck/wiki/SC2148
- https://github.com/koalaman/shellcheck/wiki/SC1008

Disable error following.
- https://github.com/koalaman/shellcheck/wiki/SC2068


Trivial merge