Skip to content
Snippets Groups Projects
Commit 126dec5e authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fix in manual

there where random "@" appearing here and there. Fixed now
parent be083160
No related branches found
No related tags found
No related merge requests found
...@@ -229,5 +229,5 @@ cat $file.txt | ...@@ -229,5 +229,5 @@ cat $file.txt |
/^ *@TOOLS@ *$/r automatic/TOOLS.list /^ *@TOOLS@ *$/r automatic/TOOLS.list
/^ *@MODULES@ *$/r automatic/modules.list /^ *@MODULES@ *$/r automatic/modules.list
/^ *@CODES@ *$/r automatic/codes.list /^ *@CODES@ *$/r automatic/codes.list
" | grep -Ev '^ *"@[A-Z]*@" *$' > ${file}PP.txt " | grep -Ev '^ *@[A-Z]*@ *$' > ${file}PP.txt
done done
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