aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-18 12:48:06 +0300
committerCem Keylan <cem@ckyln.com>2020-05-18 12:48:06 +0300
commitaad4ca3b0f8a94a827200ef19f3bc57d2c2e8369 (patch)
treeced5634a6cc2d991578de5aa2503a17378da1d75
parent909b9a4d1137efe4deae96b5410655a81ee17d57 (diff)
downloadmkrootfs-aad4ca3b0f8a94a827200ef19f3bc57d2c2e8369.tar.gz
mkrootfs: fix shellcheck
-rwxr-xr-xmkrootfs.sh2
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