mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-22 00:10:35 +08: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
@@ -108,7 +108,7 @@ then
|
||||
|
||||
if [ $OUTPUT_MODE = io ]
|
||||
then
|
||||
. /etc/init.d/rc.io
|
||||
. ${R}etc/init.d/rc.io
|
||||
fi
|
||||
|
||||
#
|
||||
@@ -118,7 +118,7 @@ then
|
||||
then
|
||||
if [ $OUTPUT_MODE != io ]
|
||||
then
|
||||
. /etc/init.d/rc.io
|
||||
. ${R}etc/init.d/rc.io
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user