summaryrefslogtreecommitdiff
path: root/lsinitramfs
diff options
context:
space:
mode:
Diffstat (limited to 'lsinitramfs')
-rwxr-xr-xlsinitramfs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsinitramfs b/lsinitramfs
index 4f91a6c..1235e4d 100755
--- a/lsinitramfs
+++ b/lsinitramfs
@@ -16,6 +16,7 @@ umi_opts="--list"
OPTIONS=$(getopt -o hl --long help,long -n "$0" -- "$@")
# Check for non-GNU getopt
+# shellcheck disable=SC2181
if [ $? != 0 ] ; then echo "W: non-GNU getopt" >&2 ; exit 1 ; fi
eval set -- "$OPTIONS"