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
+2 -2
View File
@@ -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