summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2008-05-26 10:10:11 +0000
committerdougb <dougb@FreeBSD.org>2008-05-26 10:10:11 +0000
commitcf7fbdd9301f7a93d32de3e79370507fa46278c6 (patch)
treec725afda390f75904bbf8d6f1a6f9a8fe34d8a87 /etc
parent5941eb261965ba0766bdcb4ed80bbb8efd3f1705 (diff)
downloadFreeBSD-src-cf7fbdd9301f7a93d32de3e79370507fa46278c6.zip
FreeBSD-src-cf7fbdd9301f7a93d32de3e79370507fa46278c6.tar.gz
Add a missing space between a variable and the ] for a test
Diffstat (limited to 'etc')
-rw-r--r--etc/network.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/network.subr b/etc/network.subr
index 0a326b1..5976c4f 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -730,7 +730,7 @@ list_net_interfaces()
_tmplist="${_lo}${_tmplist}"
;;
*)
- if [ -z "$type"]; then
+ if [ -z "$type" ]; then
warn "Values of network_interfaces other than" \
"AUTO are deprecated"
fi
OpenPOWER on IntegriCloud