last of the bashisms (hopefully)

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1268 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-09-16 22:00:54 +00:00
parent 3667806e3a
commit 9c5eda343a

View File

@ -554,7 +554,7 @@ ui_test() {
echo ""
echo "Killing Gridworks"
kill -9 $GRIDWORKS_PID
/bin/kill -9 $GRIDWORKS_PID
echo "Cleaning up"
rm -rf $GRIDWORKS_DATA_DIR
}