posix-configs: use '.' instead of 'source'

'source' is not POSIX
This commit is contained in:
Beat Küng
2018-09-27 19:54:09 +02:00
committed by Lorenz Meier
parent b972651a06
commit 719bfd1073
17 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/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 . px4-alias.sh
uorb start uorb start

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/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 . px4-alias.sh
uorb start uorb start

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/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 . px4-alias.sh
uorb start uorb start

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/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 . px4-alias.sh
uorb start uorb start

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/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 . px4-alias.sh
# config for a quad # config for a quad
# modified from ../rpi/px4.config # modified from ../rpi/px4.config

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/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 . px4-alias.sh
# config for fixed wing (FW) # config for fixed wing (FW)
# modified from ./px4.config, switch att/pos_control & mixer # modified from ./px4.config, switch att/pos_control & mixer

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/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 . px4-alias.sh
uorb start uorb start
param select /home/root/parameters param select /home/root/parameters

View File

@@ -2,7 +2,7 @@
# 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 . px4-alias.sh
uorb start uorb start
muorb start muorb start

View File

@@ -2,7 +2,7 @@
# 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 . px4-alias.sh
uorb start uorb start
muorb start muorb start

View File

@@ -2,7 +2,7 @@
# 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 . px4-alias.sh
uorb start uorb start
muorb start muorb start

View File

@@ -2,7 +2,7 @@
# 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 . px4-alias.sh
uorb start uorb start
muorb start muorb start

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/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 . px4-alias.sh
uorb start uorb start
muorb start muorb start

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/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 . px4-alias.sh
uorb start uorb start

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/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 . px4-alias.sh
# navio config for a quad # navio config for a quad
uorb start uorb start

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/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 . px4-alias.sh
# navio config for FW # navio config for FW

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/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 . px4-alias.sh
# HITL configuration # HITL configuration
# connect to it with jMAVSim: # connect to it with jMAVSim:

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/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 . px4-alias.sh
# config for a quad without any shield: # config for a quad without any shield:
# - u-blox GPS connected via UART # - u-blox GPS connected via UART