Skip to content

Check the completiondir from bash-completion package config file.

We should remove the prefix from the path returned because, as it is an absolute path, the meson build prefix would not applied. Meson didn't have a remove() function for string and strop method doesn't work with a string passed in argument (it is taken char by char), so we are oblige to remove prefix with split, join and strip.

Closes #1054 (closed)

Signed-off-by: Frederic Martinsons frederic.martinsons@sigfox.com

Closes #1054 (closed)

Merge request reports