ROMFS:Use . for (source) and ${R} for pathing

init.d-posix:rcS Quiet Shell check warning
This commit is contained in:
David Sidrane
2020-10-14 13:15:02 -07:00
committed by Daniel Agar
parent 78221ee3d2
commit b9319b3843
126 changed files with 162 additions and 157 deletions

View File

@@ -3,9 +3,10 @@
# PX4FMU startup script for test hackery.
#
set +e
set R /
set unit_test_failure 0
set BOARD_RC /etc/init.d/rc.board
set BOARD_RC ${R}etc/init.d/rc.board
uorb start
@@ -118,7 +119,7 @@ then
tests mount
fi
. /etc/init.d/rc.sensors
. ${R}etc/init.d/rc.sensors
ver all