[Tarantool-patches] [PATCH] tools: implement toolchain for crash artefacts

Alexander Turenko alexander.turenko at tarantool.org
Mon Mar 8 07:56:47 MSK 2021


> > diff --git a/tools/gdb.sh b/tools/gdb.sh
> > new file mode 100755
> > index 000000000..a58c47cab
> > --- /dev/null
> > +++ b/tools/gdb.sh
> > @@ -0,0 +1,59 @@
> > +#!/bin/sh
> > +set -eu
>
> 3. "set -euo pipefail" is better. Pipe used for SUBPATH var.

'-o pipefail' is bash-specific AFAIR.


More information about the Tarantool-patches mailing list