Fixed kill command for java.

This commit is contained in:
jgoppert
2015-10-25 11:52:11 -04:00
committed by Lorenz Meier
parent c520a678a6
commit a688c89460
+1 -1
View File
@@ -20,7 +20,7 @@ fi
# kill process names that might stil
# be running from last time
pkill mainapp
pkill `jps | grep Simulator | cut -d" " -f1`
kill -9 `jps | grep Simulator | cut -d" " -f1`
cp Tools/posix_lldbinit $build_path/src/firmware/posix/.lldbinit
cp Tools/posix.gdbinit $build_path/src/firmware/posix/.gdbinit