aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-12-14 21:36:23 +0000
committerCy Schubert <cy@FreeBSD.org>2023-01-05 00:35:59 +0000
commit8c7c23a6e030e02c785d3053b57d654987b5a431 (patch)
tree2d562526a95e201d7d8c257476d27efe4fc701a5
parent13202ee5cc4b1b36d7a99f94c21e6aa168494dc5 (diff)
downloadsrc-8c7c23a6e030e02c785d3053b57d654987b5a431.tar.gz
src-8c7c23a6e030e02c785d3053b57d654987b5a431.zip
network.subr: Add missing brace
PR: 268378 Submitted by: jyoung15@gmail.com Reported by: jyoung15@gmail.com (cherry picked from commit 87061d3bffd1becd643b0ba9dc6f0a7699efbb39)
-rw-r--r--libexec/rc/network.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/network.subr b/libexec/rc/network.subr
index 276924375f79..623c3d95b32e 100644
--- a/libexec/rc/network.subr
+++ b/libexec/rc/network.subr
@@ -1046,7 +1046,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}\ *[0-9a-fA-F]-*)
ifalias_af_common_handler $_if $_af $_action \