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

Sergey Bronnikov sergeyb at tarantool.org
Mon Mar 8 14:54:49 MSK 2021


On 08.03.2021 07:56, Alexander Turenko wrote:
>>> 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.

Seem yes. I haven't found anything about pipefail in POSIX standard [1].

1. https://pubs.opengroup.org/onlinepubs/9699919799/



More information about the Tarantool-patches mailing list