From 87061d3bffd1becd643b0ba9dc6f0a7699efbb39 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Wed, 14 Dec 2022 13:36:23 -0800 Subject: [PATCH] network.subr: Add missing brace PR: 268378 Submitted by: jyoung15@gmail.com Reported by: jyoung15@gmail.com MFC after: 3 days --- libexec/rc/network.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/network.subr b/libexec/rc/network.subr index 2d9ee8913c7..76a5b94bc40 100644 --- a/libexec/rc/network.subr +++ b/libexec/rc/network.subr @@ -1047,7 +1047,7 @@ ifalias_af_common_handler() esac done # Process the last component if any. - if [ -n "$_tmpargs}" ]; then + if [ -n "${_tmpargs}" ]; then case $_tmpargs in ${_af}[[:space:]]*[0-9a-fA-F]-*) ifalias_af_common_handler $_if $_af $_action \