mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-15 08:08:58 +00:00
let's try this
This commit is contained in:
parent
5ceb677e18
commit
70396afedb
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ for file in $(ls ../build/NurseBot_lib); do
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Building... "
|
echo "Building... "
|
||||||
javac -Dfile.encoding=UTF8 -cp "$CLASSPATH" -d ../bin/ $(find ./ -iname "*.java")
|
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue