changeset 33:51a64788c03b

correct killall -s KILL java argument
author Xerxes Ranby <xerxes@zafena.se>
date Mon, 05 Sep 2011 18:40:06 +0200
parents 2b56af735fa6
children 315332789cb6
files icedtea/master.cfg
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/icedtea/master.cfg	Mon Sep 05 13:41:42 2011 +0200
+++ b/icedtea/master.cfg	Mon Sep 05 18:40:06 2011 +0200
@@ -604,7 +604,7 @@
 f3a5.addStep(ShellCommand(command=["rm", "-rf", "build"],
                         workdir=".",
                         description="clean build dir"))
-f3a5.addStep(ShellCommand(command=["killall", "-kill", "java"],
+f3a5.addStep(ShellCommand(command=["killall", "-s", "KILL", "java"],
                         workdir=".",
                         description="killall"))
 f3a5.addStep(Configure(command=["../src/configure",