aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/network.subr
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-12-14 21:36:23 +0000
committerCy Schubert <cy@FreeBSD.org>2023-01-02 18:20:05 +0000
commit87061d3bffd1becd643b0ba9dc6f0a7699efbb39 (patch)
tree041e51438c05919e5d22d19b06aa7eebc8d63f6b /libexec/rc/network.subr
parentfef0e429f190d396d5b3228166a012e85dd912f2 (diff)
downloadsrc-87061d3bffd1becd643b0ba9dc6f0a7699efbb39.tar.gz
src-87061d3bffd1becd643b0ba9dc6f0a7699efbb39.zip
network.subr: Add missing brace
PR: 268378 Submitted by: jyoung15@gmail.com Reported by: jyoung15@gmail.com MFC after: 3 days
Diffstat (limited to 'libexec/rc/network.subr')
-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 2d9ee8913c72..76a5b94bc408 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 \