From 0845d4b59f293ce83b73727c779fd34775a9dac3 Mon Sep 17 00:00:00 2001 From: Kimapr Date: Thu, 9 Jan 2025 17:42:05 +0500 Subject: [PATCH] mrrp --- play6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play6 b/play6 index d04f0b0..ef119f5 100755 --- a/play6 +++ b/play6 @@ -123,7 +123,7 @@ list_set() { dyn_set "${_list_set_id}_$2" "$3" } list_push() { - list_resize "$1" "$(("$(list_len $1)" +1))" || return + list_resize "$1" "$(($(list_len $1) +1))" || return list_set "$1" "$(list_len $1)" "$2" } list_pop() {