Nicolas Dechesne 8ed17b019a helpers/*: use '.' not 'source'
The 'source' command is a bashism, and not in the POSIX standard. So
it fails when using POSIX compliant shell such as Dash which is the
default on Debian. Using the '.' command is equivalent to using
source, and is POSIX compliant.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-06-18 12:33:27 -07:00
2018-06-18 12:33:27 -07:00
Description
No description provided
BSD-3-Clause 234 KiB
Languages
Shell 99.4%
Makefile 0.6%