nsh scripting:source (.) cmd supported

This commit is contained in:
David Sidrane
2020-06-22 13:53:01 -07:00
committed by Daniel Agar
parent df30f29a55
commit 185ffe9e13
93 changed files with 121 additions and 121 deletions

View File

@@ -69,7 +69,7 @@ fi
if [ -f $BOARD_RC ]
then
echo "Board init: ${BOARD_RC}"
sh $BOARD_RC
. $BOARD_RC
fi
if [ -f /etc/extras/px4_io-v2_default.bin ]
@@ -119,7 +119,7 @@ then
tests mount
fi
sh /etc/init.d/rc.sensors
. /etc/init.d/rc.sensors
ver all