File avidemux-bootStrap.patch of Package avidemux3 (Revision 76193af429bb3696c6f43275c49be8f3)
Currently displaying revision 76193af429bb3696c6f43275c49be8f3 , Show latest
11
1
--- a/bootStrap.bash
2
+++ b/bootStrap.bash
3
4
5
fail()
6
{
7
+ cat /tmp/log$BUILDDIR
8
echo "** Failed at $1**"
9
exit 1
10
}
11