summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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