cp2k/tools/toolchain/scripts/signal_trap.sh
2022-05-11 14:17:18 +02:00

7 lines
158 B
Bash

# signal trapping
# TODO: Review and if possible fix shellcheck errors.
# shellcheck disable=all
# shellcheck shell=bash
trap 'error_handler ${LINENO}' ERR