script.sh: Specify current dir when including specific project scripts

This fix the FIXME tag name in the web menus

Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
This commit is contained in:
Maxime Chretien 2020-04-23 14:00:30 +02:00
parent 9058a7a563
commit 8988f34721

View file

@ -159,7 +159,7 @@ parse_docs()
project=$(basename `dirname $LXR_REPO_DIR`)
plugin=projects/$project.sh
plugin=$script_dir/projects/$project.sh
if [ -f "$plugin" ] ; then
. $plugin
fi