Skip to content
Snippets Groups Projects
Verified Commit 80f45ddf authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

fix

parent 402e2293
No related branches found
No related tags found
No related merge requests found
Pipeline #7965 canceled
......@@ -27,7 +27,7 @@ for week in 7 11 3 2 4 5 6 9 10 13 14; do
bash -c "cd ..; /tmp/merge/build.sh"
fi
if [ "$week" = "3" ] || [ "$week" = "8" ]; then
if [ "$week" = "3" ] || [ "$week" = "9" ]; then
cp /tmp/merge/misc-functions.tex includes/misc-functions.tex
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment