Fix up display for tab delimited foo
This commit is contained in:
parent
3f65743264
commit
388f3ab9c5
@ -446,7 +446,7 @@ start() {
|
|||||||
[ -z "${config}" ] && break
|
[ -z "${config}" ] && break
|
||||||
|
|
||||||
set -- "${config}"
|
set -- "${config}"
|
||||||
ebegin "$1"
|
ebegin $1
|
||||||
eindent
|
eindent
|
||||||
case "$1" in
|
case "$1" in
|
||||||
noop)
|
noop)
|
||||||
@ -509,7 +509,7 @@ ${routes}"
|
|||||||
einfo "Adding routes"
|
einfo "Adding routes"
|
||||||
fi
|
fi
|
||||||
eindent
|
eindent
|
||||||
ebegin "${cmd}"
|
ebegin ${cmd}
|
||||||
# Work out if we're a host or a net if not told
|
# Work out if we're a host or a net if not told
|
||||||
case "${cmd}" in
|
case "${cmd}" in
|
||||||
*" -net "*|*" -host "*) ;;
|
*" -net "*|*" -host "*) ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user