From 0e246aa5ae6d1127f139c3be92d87983a30c3e59 Mon Sep 17 00:00:00 2001 From: Corwin Brust Date: Wed, 20 May 2026 06:17:40 +0000 Subject: [PATCH] (f) rm *args --- ghostwheel.fn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostwheel.fn.sh b/ghostwheel.fn.sh index 6f0c53d..9a1eb28 100644 --- a/ghostwheel.fn.sh +++ b/ghostwheel.fn.sh @@ -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;