Skip to content
Snippets Groups Projects
Commit 22601dce authored by Fabian Gabel's avatar Fabian Gabel
Browse files

Merge branch 'fix-missing' into 'master'

fix environment variable for preproc_topics and wg

See merge request fabiangabel/research-topics-mat-tuhh!14
parents 14c1bc22 3050cbaf
No related branches found
No related tags found
1 merge request!14fix environment variable for preproc_topics and wg
Pipeline #104129 passed
......@@ -28,7 +28,7 @@ do
cp $f $RESEARCH_BUILD/$filename
#extract title of topic
title=`$RESEARCH_BUILD/extract_title.sh $RESEARCH_BUILD/$filename`
title=`$RESEARCH_ROOT/bin/extract_title.sh $RESEARCH_BUILD/$filename`
echo "Preprocessing topic $title"
# append research topic to index
......
......@@ -29,7 +29,7 @@ fi
#extract title of topic
echo "Extracting title of $1..."
title=`./extract_title.sh $RESEARCH_BUILD/$filename`
title=`$RESEARCH_ROOT/bin/extract_title.sh $RESEARCH_BUILD/$filename`
echo "Title of Topic: $title"
# start preprocessing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment