diff --git a/repos/ports/run/seoul-auto.run b/repos/ports/run/seoul-auto.run index c5dbc6c138..07fdd8984a 100644 --- a/repos/ports/run/seoul-auto.run +++ b/repos/ports/run/seoul-auto.run @@ -9,7 +9,7 @@ assert_spec x86 -if { [get_cmd_switch --autopilot] && ![have_include "power_on/qemu"] && [have_spec x86_32] } { +if { [get_cmd_switch --autopilot] && [have_spec x86_32] } { puts "Run script does not support autopilot mode on 32 bit" exit 0 }