Skip to content
Snippets Groups Projects
Commit 096c41b0 authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

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

parent 642aff97
No related branches found
No related tags found
No related merge requests found
......@@ -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 )"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment