ROMFS startup: Fix variable expansion for new NuttX scheme

This commit is contained in:
Lorenz Meier
2016-12-23 09:06:49 +01:00
committed by Lorenz Meier
parent 1e05520350
commit 9e2eac41ff
5 changed files with 51 additions and 49 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ then
set PX4IO_LIMIT 200
fi
if px4io limit $PX4IO_LIMIT
if px4io limit ${PX4IO_LIMIT}
then
fi