diff options
| author | Daiki Ihara <sasurau4@gmail.com> | 2020-11-02 21:58:43 +0900 |
|---|---|---|
| committer | Daiki Ihara <sasurau4@gmail.com> | 2020-11-06 20:33:12 +0900 |
| commit | ce4c124292cfa310d05c2fc48e162df1417c8a2c (patch) | |
| tree | 88aa09d8c401f4c110bb630eb323cbd18ca7a0a8 /src/ci | |
| parent | f197da655ffe5df52dc5bf19ead9067c8439700c (diff) | |
| download | rust-ce4c124292cfa310d05c2fc48e162df1417c8a2c.tar.gz rust-ce4c124292cfa310d05c2fc48e162df1417c8a2c.zip | |
fix shellcheck error of SC1008
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/shared.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/shared.sh b/src/ci/shared.sh index c93d4774e39..3c196c9478c 100644 --- a/src/ci/shared.sh +++ b/src/ci/shared.sh @@ -1,4 +1,5 @@ #!/bin/false +# shellcheck shell=bash # This file is intended to be sourced with `. shared.sh` or # `source shared.sh`, hence the invalid shebang and not being |
