Add a missing space between a variable and the ] for a test

This commit is contained in:
Doug Barton 2008-05-26 10:10:11 +00:00
parent 887aedc64e
commit 5071594969
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179314

View File

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