Skip to content
Snippets Groups Projects
Commit 7c134020 authored by Pregmodder's avatar Pregmodder
Browse files

Compiler changes.

parent 04d59915
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,7 @@ else
./devTools/tweeGo/tweego_nix86 -o bin/FC_pregmod.html src/config/start.tw
fi
#Make the output prettier, replacing \t with a tab and \n with a newline
sed -i -e '/^.*<div id="store-area".*$/s/\\t/\t/g' -e '/^.*<div id="store-area".*$/s/\\n/\n/g' bin/FC_pregmod.html
rm -f src/config/start.tw
......@@ -18,6 +18,9 @@ else
./devTools/tweeGo/tweego_nix86 -o bin/FC_pregmod_$HASH.html src/config/start.tw
fi
#Make the output prettier, replacing \t with a tab and \n with a newline
sed -i -e '/^<div id="store-area".*$/s/\\t/\t/g' -e '/^<div id="store-area".*$/s/\\n/\n/g' bin/FC_pregmod.html
rm -f src/config/start.tw
echo "FC_pregmod_$HASH.html" compilation finished.
\ No newline at end of file
echo "FC_pregmod_$HASH.html" compilation finished.
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