File avidemux-bootStrap.patch of Package avidemux3 (Revision fd11df99dd5f59ec8f99f72c84c779eb)
Currently displaying revision fd11df99dd5f59ec8f99f72c84c779eb , Show latest
11
1
--- bootStrap.bash.orig 2023-02-03 15:28:29.196866446 +0100
2
+++ bootStrap.bash 2023-02-03 15:28:29.216866401 +0100
3
4
5
fail()
6
{
7
+ cat /tmp/log$BUILDDIR
8
echo "** Failed at $1**"
9
exit 1
10
}
11