# HG changeset patch # User Franz Glasner # Date 1725889100 -7200 # Node ID ac92275b68478e2ee9392776afea26c3844d5bf5 # Parent bd1038de65ccce14af0c1b6460f42ecf9b1eddc6 For shellcheck commands: put a link to their website for an explanation diff -r bd1038de65cc -r ac92275b6847 share/local-bsdtools/common.subr --- a/share/local-bsdtools/common.subr Mon Sep 09 15:16:55 2024 +0200 +++ b/share/local-bsdtools/common.subr Mon Sep 09 15:38:20 2024 +0200 @@ -13,7 +13,7 @@ # shellcheck disable=3003,3043 - +# See: https://www.shellcheck.net/wiki/ #: The path to the external jq executable (JSON parser) JQ="/usr/local/bin/jq" diff -r bd1038de65cc -r ac92275b6847 share/local-bsdtools/farray.sh --- a/share/local-bsdtools/farray.sh Mon Sep 09 15:16:55 2024 +0200 +++ b/share/local-bsdtools/farray.sh Mon Sep 09 15:38:20 2024 +0200 @@ -73,7 +73,7 @@ # shellcheck disable=2004,2166,3003,3043 - +# See: https://www.shellcheck.net/wiki/ _farr_array_prefix=_farr_A_ _farr_alist_prefix=_farr_KV_