Skip to content

Commit 4d64f77

Browse files
authored
fix for: /scripts/common.sh: line 190: error:: command not found (#248)
1 parent 11f1fb0 commit 4d64f77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ get_postconf() {
187187
. <({ error=$({ result="$(postconf "${name}")"; } 2>&1; declare -p result >&2); declare -p error; } 2>&1)
188188

189189
if [[ -n "${error}" ]]; then
190-
error: "Could not read variable ${emphasis}${name}${reset}: ${error}"
190+
error "Could not read variable ${emphasis}${name}${reset}: ${error}"
191191
return
192192
fi
193193

@@ -242,7 +242,7 @@ trim() {
242242
}
243243

244244
###################################################################
245-
# Potential fix for #180. Plugin names do not necessarily match
245+
# Potential fix for #180. Plugin names do not necessarily match
246246
# filter names.
247247
#
248248
# This is an utility method which converts SASL plugin names into

0 commit comments

Comments
 (0)