Skip to content
Snippets Groups Projects
Commit f6c465d2 authored by Stuffed's avatar Stuffed
Browse files

compile-git - give the full path of the output

parent 89298c26
No related branches found
No related tags found
1 merge request!3871Pregmod master
......@@ -66,3 +66,6 @@ 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_tmp.html \
&& mv bin/FC_pregmod_tmp.html bin/FC_pregmod.html
echo "bin/FC_pregmod.html compilation finished."
......@@ -41,4 +41,4 @@ $TWEEGO_EXE -o "bin/FC_pregmod_${HASH}_tmp.html" src/
sed -i -e '/^<div id="store-area".*$/s/\\t/\t/g' -e '/^<div id="store-area".*$/s/\\n/\n/g' "bin/FC_pregmod_${HASH}_tmp.html" \
&& mv "bin/FC_pregmod_${HASH}_tmp.html" "bin/FC_pregmod_${HASH}.html"
echo "FC_pregmod_$HASH.html compilation finished."
echo "bin/FC_pregmod_$HASH.html compilation finished."
......@@ -279,7 +279,6 @@
<</if>>
<br>
<</if>>
<</if>>
<<if $farmyardStable > 1>>
......
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