posix-configs shell scripts use /bin/sh to maximize compatibility (#10292)

- fix ocpoc line endings
This commit is contained in:
Daniel Agar
2018-08-25 11:02:37 -04:00
committed by GitHub
parent e79b9a2c1b
commit 72792cef43
20 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# EKF2 replay script # EKF2 replay script
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# File is auto-generated by cmake compilation, do not edit. # File is auto-generated by cmake compilation, do not edit.
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh source px4-alias.sh
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh source px4-alias.sh
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh source px4-alias.sh
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh source px4-alias.sh
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh source px4-alias.sh
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh source px4-alias.sh
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh source px4-alias.sh
+41 -41
View File
@@ -1,41 +1,41 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh source px4-alias.sh
uorb start uorb start
param select /root/rootfs/eeprom/parameters param select /root/rootfs/eeprom/parameters
if [ -f /root/rootfs/eeprom/parameters ] if [ -f /root/rootfs/eeprom/parameters ]
then then
param load param load
fi fi
param set SYS_AUTOSTART 4001 param set SYS_AUTOSTART 4001
param set MAV_BROADCAST 1 param set MAV_BROADCAST 1
param set MAV_TYPE 2 param set MAV_TYPE 2
param set MAV_SYS_ID 1 param set MAV_SYS_ID 1
param set SYS_MC_EST_GROUP 2 param set SYS_MC_EST_GROUP 2
df_mpu9250_wrapper start_without_mag -R 10 df_mpu9250_wrapper start_without_mag -R 10
df_hmc5883_wrapper start -D /dev/i2c-4 df_hmc5883_wrapper start -D /dev/i2c-4
df_ms5611_wrapper start df_ms5611_wrapper start
rgbled start -b 1 rgbled start -b 1
ocpoc_adc start ocpoc_adc start
gps start -d /dev/ttyS3 -s gps start -d /dev/ttyS3 -s
sensors start sensors start
commander start commander start
navigator start navigator start
dataman start dataman start
ekf2 start ekf2 start
land_detector start multicopter land_detector start multicopter
mc_pos_control start mc_pos_control start
mc_att_control start mc_att_control start
mavlink start -x -d /dev/ttyPS1 mavlink start -x -d /dev/ttyPS1
mavlink stream -d /dev/ttyPS1 -s HIGHRES_IMU -r 50 mavlink stream -d /dev/ttyPS1 -s HIGHRES_IMU -r 50
mavlink stream -d /dev/ttyPS1 -s ATTITUDE -r 50 mavlink stream -d /dev/ttyPS1 -s ATTITUDE -r 50
linux_sbus start -d /dev/ttyS2 -c 10 linux_sbus start -d /dev/ttyS2 -c 10
linux_pwm_out start -p ocpoc_mmap -m ROMFS/px4fmu_common/mixers/ocpoc_quad_x.main.mix linux_pwm_out start -p ocpoc_mmap -m ROMFS/px4fmu_common/mixers/ocpoc_quad_x.main.mix
logger start -t -b 200 logger start -t -b 200
mavlink boot_complete mavlink boot_complete
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh source px4-alias.sh
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh source px4-alias.sh
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh source px4-alias.sh
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/sh
# PX4 commands need the 'px4-' prefix in bash. # PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH) # (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh source px4-alias.sh
@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env python
from __future__ import print_function from __future__ import print_function
import pylab as pl import pylab as pl
import scipy.optimize import scipy.optimize