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