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
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh
. px4-alias.sh
uorb start

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh
. px4-alias.sh
uorb start

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh
. px4-alias.sh
uorb start

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh
. px4-alias.sh
uorb start