(f) rm *args
This commit is contained in:
parent
2fb1cede92
commit
0e246aa5ae
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ function c4.f.pargs {
|
||||||
#### c4.f.sargs_Array -
|
#### c4.f.sargs_Array -
|
||||||
### create array from (quoted) string list
|
### create array from (quoted) string list
|
||||||
function c4.f.sargs {
|
function c4.f.sargs {
|
||||||
local -a rv;n
|
local -a rv;
|
||||||
local -i i=0;
|
local -i i=0;
|
||||||
for arg in $1 ; do
|
for arg in $1 ; do
|
||||||
rv+=$arg;
|
rv+=$arg;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue