changeset 811:32e457ff872f

common.subr: Format of JQ definition
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 08 Nov 2024 11:59:47 +0100
parents a59cc4bea000
children 1e62a914c127
files share/local-bsdtools/common.subr
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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}"
 
 
 #