diff --git a/tool/autopilot b/tool/autopilot index 9d017240e..cada15ece 100755 --- a/tool/autopilot +++ b/tool/autopilot @@ -309,7 +309,7 @@ foreach platform $platforms { if {[info exists ::env(RUN_OPT_AUTOPILOT)]} { set kernel [exec echo $platform |& sed {s/_.*//}] - exec echo "RUN_OPT=--include boot_dir/$kernel $::env(RUN_OPT_AUTOPILOT)" >> $build_conf + exec echo "RUN_OPT=--include boot_dir/$kernel --autopilot $::env(RUN_OPT_AUTOPILOT)" >> $build_conf } }