Beat Küng 210b5704a9 px4fmu_common rcS: fix MAVLINK_F test
fixes a 'test: syntax error' message on startup. There were two problems:
- the expansion of $MAVLINK_F lead to multiple arguments in the test
  when the variable contained spaces. Fixed with ""
- the x prevents interpretation as a unary expression, if $MAVLINK_F starts
  with a - character (in that case the expansion would be:
  if [ -r 1200 ... and nsh interprets - as unary expression)
2016-10-19 15:27:09 +02:00
..
2015-11-17 22:28:09 +01:00
2016-01-14 00:43:36 +01:00
2015-07-29 19:40:20 +02:00
2015-07-29 19:40:32 +02:00
2015-07-29 19:40:58 +02:00
2016-09-07 10:26:12 -04:00
2016-06-14 08:42:12 +02:00
2016-08-19 22:19:47 +02:00
2015-07-31 12:13:26 +02:00
2016-07-01 18:03:23 +02:00
2015-07-29 19:15:39 +02:00
2015-07-29 19:15:22 +02:00
2015-07-29 19:15:07 +02:00
2015-07-29 19:14:53 +02:00
2015-07-29 19:14:37 +02:00
2015-10-23 20:30:08 +02:00
2016-06-12 09:29:14 +02:00
2015-07-31 12:11:26 +02:00
2015-11-05 21:29:00 +01:00
2016-06-29 09:14:18 +02:00
2015-07-31 12:12:42 +02:00
2015-07-31 12:12:56 +02:00
2015-07-31 12:14:46 +02:00
2016-05-05 19:36:28 +02:00
2016-07-06 13:30:58 +02:00
rcS
2016-10-19 15:27:09 +02:00