[jboss-cvs] Picketlink SVN: r938 - integration-tests/trunk/common-dist/scripts.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 12 10:13:40 EDT 2011


Author: anil.saldhana at jboss.com
Date: 2011-05-12 10:13:40 -0400 (Thu, 12 May 2011)
New Revision: 938

Modified:
   integration-tests/trunk/common-dist/scripts/stopjboss.sh
Log:
change shell

Modified: integration-tests/trunk/common-dist/scripts/stopjboss.sh
===================================================================
--- integration-tests/trunk/common-dist/scripts/stopjboss.sh	2011-05-10 23:59:53 UTC (rev 937)
+++ integration-tests/trunk/common-dist/scripts/stopjboss.sh	2011-05-12 14:13:40 UTC (rev 938)
@@ -1,2 +1,2 @@
-#!/bin/ksh
+#!/bin/bash
 ps -u`whoami` -opid,comm,args | grep "org.jboss.Main" | awk '{ print $1 }' | xargs kill -9



More information about the jboss-cvs-commits mailing list