File avidemux-bootStrap.patch of Package avidemux3 (Revision 60)
Currently displaying revision 60 , 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