TODO: stop testing on the f*cking production branch

This commit is contained in:
overflowerror 2018-07-13 18:06:53 +02:00
parent 6441c39332
commit 24b56e6ff9

View file

@ -20,7 +20,7 @@ for file in $(ls build/NurseBot_lib); do
done done
echo "Building... " echo "Building... "
javac -cp $CLASSPATH | tr "\n" ":") -d ../bin/ $(find ./ -iname "*.java") javac -cp $CLASSPATH -d ../bin/ $(find ./ -iname "*.java")
if test ! $? = 0; then if test ! $? = 0; then
echo "... failed" echo "... failed"
exit $EXIT_COMPILE_FAILED exit $EXIT_COMPILE_FAILED