# HG changeset patch # User Franz Glasner # Date 1729516488 -7200 # Node ID 9ded61e89712df7ada1ad8f15ec89a9357d321d3 # Parent b72c111e1b76f9d44b2ff48f2b693e22d123bfd0 farray.sh: comment diff -r b72c111e1b76 -r 9ded61e89712 share/local-bsdtools/farray.sh --- a/share/local-bsdtools/farray.sh Mon Oct 21 14:45:13 2024 +0200 +++ b/share/local-bsdtools/farray.sh Mon Oct 21 15:14:48 2024 +0200 @@ -851,7 +851,7 @@ # Set new array length # ... persistently in the array data storage setvar "${__farr_gvrname}__" "${__farr_len_1}" - # ... and locally + # ... and locally (to make looping happy) __farr_len="${__farr_len_1}" done }