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:
parent
9058a7a563
commit
8988f34721
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue