File avidemux-bootStrap.patch of Package avidemux3 (Revision 97b5b7ed24028b945e3099e7e9f047e2)
Currently displaying revision 97b5b7ed24028b945e3099e7e9f047e2 , Show latest
11
1
--- bootStrap.bash.orig 2016-08-18 21:32:47.081424053 +0200
2
+++ bootStrap.bash 2016-08-18 21:32:42.637714964 +0200
3
4
5
fail()
6
{
7
+ cat /tmp/log$BUILDDIR
8
echo "** Failed at $1**"
9
exit 1
10
}
11