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
..
2016-03-26 23:21:10 -04:00
2015-09-04 14:57:50 +02:00
2015-09-04 14:57:50 +02:00
2015-07-29 19:21:13 +02:00
2015-11-17 22:28:08 +01:00
2015-07-31 12:13:12 +02:00
2015-07-29 19:22:16 +02:00
2015-11-17 22:28:08 +01:00
2015-11-17 22:28:09 +01:00
2016-01-14 00:43:36 +01:00
2016-03-26 23:21:10 -04:00
2016-03-26 23:21:10 -04:00
2016-03-26 23:21:10 -04:00
2016-03-26 23:21:10 -04:00
2015-07-29 19:40:20 +02:00
2015-07-29 19:40:32 +02:00
2016-04-17 15:58:21 +02:00
2016-06-23 18:09:07 +02:00
2015-07-29 19:40:58 +02:00
2016-09-07 10:26:12 -04:00
2016-09-06 11:33:18 +02:00
2016-06-14 08:42:12 +02:00
2016-08-19 22:19:47 +02:00
2016-02-15 12:40:57 +01:00
2016-02-15 12:40:57 +01:00
2016-01-29 11:40:37 +01:00
2016-09-07 08:24:08 +02:00
2015-07-31 12:13:26 +02:00
2016-07-01 18:03:23 +02:00
2016-02-15 16:33:13 +01:00
2016-08-19 22:20:27 +02:00
2016-08-29 22:05:59 -04:00
2016-09-11 18:46:00 +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-10-23 20:30:21 +02:00
2015-07-31 12:11:26 +02:00
2016-06-23 14:54:20 +02:00
2016-09-06 11:33:18 +02:00
2015-11-05 21:29:00 +01:00
2015-07-29 19:19:31 +02:00
2016-02-02 08:31:08 +01:00
2016-04-23 15:48:42 +02:00
2016-04-23 15:48:42 +02:00
2016-04-23 15:48:42 +02:00
2016-04-23 15:48:42 +02:00
2016-09-25 18:37:03 +02:00
2016-06-29 13:29:57 +02:00
2016-09-25 18:37:03 +02:00
2016-09-25 18:37:03 +02:00
2016-09-25 18:37:03 +02: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
2016-09-26 22:51:43 +02:00
2016-08-19 22:20:59 +02:00
2016-03-27 12:40:10 +02:00
2015-07-31 12:14:46 +02:00
2016-08-06 23:34:35 +02:00
2015-03-31 22:52:43 +02:00
2016-07-01 18:09:20 +02:00
2016-09-26 22:51:43 +02:00
2016-09-07 12:09:22 +02:00
2016-05-05 19:36:28 +02:00
2016-07-06 13:30:58 +02:00
2016-09-26 22:51:43 +02:00
2016-10-08 16:18:48 +02:00
2016-04-14 15:22:25 -04:00
2016-09-26 22:51:43 +02:00
2016-10-19 15:27:09 +02:00