Skip to content
Snippets Groups Projects
Commit ec42354b authored by DitFranXX's avatar DitFranXX
Browse files

Exit 0 when success build on compile.sh

parent 75acf92e
No related branches found
No related tags found
1 merge request!797Exit 0 when success build on compile.sh
......@@ -63,7 +63,7 @@ function compile() {
exit 1
else
echo "Done: \"$TARGET\""
exit 1
exit 0
fi
}
......
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