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