network.subr: Add missing brace

PR:		268378
Submitted by:	jyoung15@gmail.com
Reported by:	jyoung15@gmail.com
MFC after:	3 days
This commit is contained in:
Cy Schubert 2022-12-14 13:36:23 -08:00
parent fef0e429f1
commit 87061d3bff

View file

@ -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 \