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