mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-15 20:37:24 +08:00
Nuttx now supports sh and source (.) sh will open a new process for each invocation. This means the child can not modify the parent env. So we must use . to matain how nuttx worked. Since rc.vehicle_setup is used in both we use source and alis as we did with sh.