v3.0.1: many small improvement and bugfix

This commit is contained in:
2022-11-08 16:04:14 +01:00
parent 011e657e49
commit d3c98dd736
6 changed files with 29 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ function error ()
{
local errcode=$?
backtrace
exit $errcode
return $errcode
}
@@ -36,7 +36,7 @@ settrace ()
{
local status="off"
[[ $(trap -p ERR) ]] && status="on"
trap -p ERR
#trap -p ERR
for opt in $@ ; do
case $opt in
"-h"|"--help")