(f) rm *args

This commit is contained in:
Corwin Brust 2026-05-20 06:17:40 +00:00
parent 2fb1cede92
commit 7b644dd0cc

View file

@ -109,7 +109,7 @@ function c4.f.pargs {
#### c4.f.sargs_Array -
### create array from (quoted) string list
function c4.f.sargs {
local -a rv;n
local -a rv;
local -i i=0;
for arg in $1 ; do
rv+=$arg;