From 50715949692e09308fab9ba413a424e9aeb8d4f5 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 26 May 2008 10:10:11 +0000 Subject: [PATCH] Add a missing space between a variable and the ] for a test --- etc/network.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/network.subr b/etc/network.subr index 0a326b105319..5976c4fd36b6 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