gaboshlib/g_traceback.sh aktualisiert

This commit is contained in:
2023-11-06 21:06:30 +01:00
parent 0232c89ede
commit 90fe1a79df

View File

@@ -1,4 +1,4 @@
function traceback {
function g_traceback {
local deptn=${#FUNCNAME[@]}
for ((i=1; i<$deptn; i++)); do