init.d-posix/rcS replace bashism 'source' with '.'

This commit is contained in:
Daniel Agar 2018-08-25 11:41:32 -04:00 committed by Lorenz Meier
parent 642aff9786
commit 096c41b041
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
# shellcheck disable=SC1091
source px4-alias.sh
. px4-alias.sh
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"