X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhbugs%2Ftutors%2Fsabba.sh;h=55188b8c404ce170a8794bf9cb72f4e5b9dfe405;hb=b2aeffb2e0f4ef80768641977d382cb116ed6087;hp=988a081f233d30f444a2c957f33063129a4279ee;hpb=44de0d194b6f4d890605f023aaafd95e541381f0;p=helm.git diff --git a/helm/hbugs/tutors/sabba.sh b/helm/hbugs/tutors/sabba.sh index 988a081f2..55188b8c4 100755 --- a/helm/hbugs/tutors/sabba.sh +++ b/helm/hbugs/tutors/sabba.sh @@ -34,7 +34,7 @@ while read line; do tutor=`echo $line | sed 's/\.ml//'` if [ "$1" = "stop" ]; then echo -n "Stopping HBugs tutor $tutor ... " - killall $tutor + killall -9 $tutor echo "done!" elif [ "$1" = "start" ]; then echo -n "Starting HBugs tutor $tutor ... "