Skip to content
Snippets Groups Projects
Commit acfb6b3e authored by mc2zk's avatar mc2zk
Browse files

Added forgotten output redirect for parse_assurance_file

Former-commit-id: f2cef9c192a86c2f7b5375b39c2bc04dbc3ec307
parent cd0736cb
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,7 @@ parse_assurance_file()
count=1
for t in $transform_names
do
echo ${count}. Transform Name: $t
echo "${count}. Transform Name: $t" >> $output
matching_lines=`grep ASSURANCE_ $input | grep :: | sed 's/^+.*//g' | grep $t`
# starting letter for labelling
......
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