diff options
author | Roy Marples <roy@marples.name> | 2007-11-02 17:03:29 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-02 17:03:29 +0000 |
commit | 388f3ab9c5cecd23bd40a6527ffcae7bb11e4e36 (patch) | |
tree | d4fa3a21e1903255dfd4bb70534707a62cc77c5f /sh/net.sh | |
parent | 3f657432647da6a58c4637d8460524042a7e0d39 (diff) |
Fix up display for tab delimited foo
Diffstat (limited to 'sh/net.sh')
-rwxr-xr-x | sh/net.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -446,7 +446,7 @@ start() { [ -z "${config}" ] && break set -- "${config}" - ebegin "$1" + ebegin $1 eindent case "$1" in noop) @@ -509,7 +509,7 @@ ${routes}" einfo "Adding routes" fi eindent - ebegin "${cmd}" + ebegin ${cmd} # Work out if we're a host or a net if not told case "${cmd}" in *" -net "*|*" -host "*) ;; |