help with_output_to_variable
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
1160c80837
commit
51596f8903
|
|
@ -69,7 +69,7 @@ proc show_cmd_args { cmd } {
|
||||||
}
|
}
|
||||||
set arglist $rest
|
set arglist $rest
|
||||||
} else {
|
} else {
|
||||||
report_line $line
|
report_line "$line $arglist"
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue