From ce4c124292cfa310d05c2fc48e162df1417c8a2c Mon Sep 17 00:00:00 2001 From: Daiki Ihara Date: Mon, 2 Nov 2020 21:58:43 +0900 Subject: [PATCH] fix shellcheck error of SC1008 --- src/ci/shared.sh | 1 + 1 file changed, 1 insertion(+) 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