Skip to content
Snippets Groups Projects
Commit 0a54a4f3 authored by pregmodfan's avatar pregmodfan
Browse files

compile-git filename fix

parent 55efe217
No related branches found
No related tags found
4 merge requests!843Delete Please.,!833Pregmod master,!758Pregmod master,!203Pregmod dev
...@@ -19,7 +19,7 @@ else ...@@ -19,7 +19,7 @@ else
fi fi
#Make the output prettier, replacing \t with a tab and \n with a newline #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 sed -i -e '/^<div id="store-area".*$/s/\\t/\t/g' -e '/^<div id="store-area".*$/s/\\n/\n/g' bin/FC_pregmod_$HASH.html
rm -f src/config/start.tw rm -f src/config/start.tw
......
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