# HG changeset patch # User Franz Glasner # Date 1731063587 -3600 # Node ID 32e457ff872fa0f95b592f3d1f2294902fbd35ff # Parent a59cc4bea00062cbd5bb4db1f5556b8c2488c63d common.subr: Format of JQ definition diff -r a59cc4bea000 -r 32e457ff872f share/local-bsdtools/common.subr --- a/share/local-bsdtools/common.subr Wed Nov 06 01:17:23 2024 +0100 +++ b/share/local-bsdtools/common.subr Fri Nov 08 11:59:47 2024 +0100 @@ -15,9 +15,8 @@ : # Dummy separator for shellcheck: no module-wide settings below this line -# shellcheck disable=SC2223 # quote #: The path to the external jq executable (JSON parser) -: ${JQ="/usr/local/bin/jq"} +: "${JQ=/usr/local/bin/jq}" #