Skip to content

Replace "source" bashism with "."

Martyn Welch requested to merge wip/martyn/fix-bashism into apertis/v2025dev2

It turns out that "source" is not defined in POSIX, instead "." should be used. Make this replacement to fix the following error:

bin/connman-test.sh: 195: source: not found

Signed-off-by: Martyn Welch martyn.welch@collabora.com

Merge request reports