Fix up display for tab delimited foo

This commit is contained in:
Roy Marples 2007-11-02 17:03:29 +00:00
parent 3f65743264
commit 388f3ab9c5

View File

@ -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 "*) ;;