this shouldn't be a problem...

This commit is contained in:
overflowerror 2019-04-17 23:04:02 +02:00
parent 70396afedb
commit f206e52cca

View file

@ -30,8 +30,7 @@ for file in $(ls ../build/NurseBot_lib); do
done
echo "Building... "
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
javac -cp "$CLASSPATH" -d ../bin/ $(find ./ -iname "*.java")
javac -encoding utf8 -cp "$CLASSPATH" -d ../bin/ $(find ./ -iname "*.java")
if test ! $? = 0; then
echo "... failed"
exit $EXIT_COMPILE_FAILED