From c19c3ccfe39c669b16a6a8c504e3c916191b3e80 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sat, 11 Jul 2026 16:40:22 +0400 Subject: [PATCH] undefined --- bin/bash-back | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bash-back b/bin/bash-back index beb281c..dc1f996 100755 --- a/bin/bash-back +++ b/bin/bash-back @@ -88,7 +88,7 @@ function on_exit { # lib/utility.bash # which contains error # ``` regex="^ .*:[0-9]* .*\$" - [[ "$last_error" =~ $regex ]] || stack_summary+=("ERROR $code: ") + [[ "$last_error" =~ $regex ]] || stack_summary+=("ERROR $code:") # fi for i in "${!stack_functions[@]}"; do