diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-18 12:48:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-18 12:48:06 +0300 |
commit | aad4ca3b0f8a94a827200ef19f3bc57d2c2e8369 (patch) | |
tree | ced5634a6cc2d991578de5aa2503a17378da1d75 | |
parent | 909b9a4d1137efe4deae96b5410655a81ee17d57 (diff) | |
download | mkrootfs-aad4ca3b0f8a94a827200ef19f3bc57d2c2e8369.tar.gz |
mkrootfs: fix shellcheck
-rwxr-xr-x | mkrootfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |