forked from Imagelibrary/rtems
Added wildcard to switch for monitor and termios.
This commit is contained in:
@@ -153,7 +153,7 @@ do
|
|||||||
|
|
||||||
case $tname in
|
case $tname in
|
||||||
# size is no longer interactive.
|
# size is no longer interactive.
|
||||||
monitor| termios)
|
monitor*| termios*)
|
||||||
if [ $run_to_completion = "yes" ]
|
if [ $run_to_completion = "yes" ]
|
||||||
then
|
then
|
||||||
warn "Skipping $tname; it is interactive"
|
warn "Skipping $tname; it is interactive"
|
||||||
|
|||||||
Reference in New Issue
Block a user