NuttX shell scripts: replace operator == with =

- NuttX supports both versions
- POSIX shell only supports '='
This commit is contained in:
Beat Küng
2018-09-27 11:11:12 +02:00
committed by Lorenz Meier
parent 4c90d2c025
commit 37338e442f
75 changed files with 146 additions and 147 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
set VEHICLE_TYPE mc
if [ $AUTOCNF == yes ]
if [ $AUTOCNF = yes ]
then
param set NAV_ACC_RAD 2.0