From aad4ca3b0f8a94a827200ef19f3bc57d2c2e8369 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 18 May 2020 12:48:06 +0300 Subject: mkrootfs: fix shellcheck --- mkrootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkrootfs.sh b/mkrootfs.sh index f93081a..38c34f3 100755 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# shellcheck disable=1090 +# shellcheck disable=1090,1091 # Bootstrapper for Carbs Linux # See LICENSE file for copyright and license details -- cgit v1.2.3