mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-10 23:22:33 +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
|
||||
cd $directory
|
||||
[ ! -e Makefile ] && qmake -spec $QMAKESPEC
|
||||
$commands || exit 1
|
||||
$commands || { kill $PID; exit 1; }
|
||||
cd -
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user