mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-12 08:02:00 +02:00
kill Xvfb on error
This commit is contained in:
@@ -10,7 +10,7 @@ for directory in `find . -maxdepth 1 -type d -regex '\./[A-Za-z0-9\-\_]*'`
|
|||||||
do
|
do
|
||||||
cd $directory
|
cd $directory
|
||||||
[ ! -e Makefile ] && qmake -spec $QMAKESPEC
|
[ ! -e Makefile ] && qmake -spec $QMAKESPEC
|
||||||
$commands || exit 1
|
$commands || { kill $PID; exit 1; }
|
||||||
cd -
|
cd -
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user