aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2023-02-05 14:28:51 +0000
committermerakor <cem@ckyln.com>2023-02-05 14:28:51 +0000
commit0e86e90e0fca8b5a0db95c84b6ff30cacabd81f0 (patch)
tree68f88d0a0c57ee2f34e0a6c38c394e90b6c3aa90
parentadcfbdd0ffefd31804947f033961d102480abfd7 (diff)
downloadcpt-0e86e90e0fca8b5a0db95c84b6ff30cacabd81f0.tar.gz
cpt: disable unnecessary shellcheck warnings
FossilOrigin-Name: a2be47d8d0dac03ad4e688eb2307c2872c54afa92f5dad562ed23b5270d84d2d
-rwxr-xr-xsrc/cpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpt b/src/cpt
index cdaff42..7905d9c 100755
--- a/src/cpt
+++ b/src/cpt
@@ -2,6 +2,8 @@
bi() {
# Build and install function for cpt.
+ #
+ # shellcheck disable=2317
parser_definition() {
setup REST help:usage -- "usage: ${0##*/} bi [-dfSty] [--root ROOT] [pkg...]"
msg -- '' 'Options:'
@@ -24,6 +26,8 @@ bi() {
cbi() {
# Checksum, build and install.
+ #
+ # shellcheck disable=2317
parser_definition() {
setup REST help:usage -- "usage: ${0##*/} cbi [-dfSsty] [--root ROOT] [pkg...]"
msg -- '' 'Options:'