commit | 8f4f16108591cd892b087bbe2309123d1225a5e0 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sun Dec 04 14:31:58 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun Dec 04 14:31:58 2022 -0600 |
tree | bb404ade9582c9a2ac59feb1595e9afd0254e66d | |
parent | a721c2d8d5f96f68115bce91a70e4699f9b09e58 [diff] |
shellcheck: ignore minor report in bootstrap.sh Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ief2a8bd51010576bec884cb793256c34b00d5547
diff --git a/bootstrap.sh b/bootstrap.sh index 304aca3..3f7bdf5 100755 --- a/bootstrap.sh +++ b/bootstrap.sh
@@ -27,6 +27,7 @@ "$@" ;; *) + # shellcheck disable=SC2016 echo 'Run "./configure ${CONFIGURE_FLAGS} && make"' ;; esac