mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
ROMFS:Use . for (source) and ${R} for pathing
init.d-posix:rcS Quiet Shell check warning
This commit is contained in:
committed by
Daniel Agar
parent
78221ee3d2
commit
b9319b3843
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user