bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Revisiting Error handling (errexit)


From: Koichi Murase
Subject: Re: Revisiting Error handling (errexit)
Date: Wed, 6 Jul 2022 18:27:17 +0900

2022年7月6日(水) 18:04 Martin D Kealey <martin@kurahaupo.gen.nz>:
> Perhaps
>
> function -E funcname { … }

FWIW, an existing syntax for the "per-function set -o functrace / set
-T" is like

function funcname { ... }
declare -ft funcname    # Note: -ft is a combination of two options -f and -t

--
Koichi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]