mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-04 05:01:27 +01:00
zsh-workers/9839
This commit is contained in:
parent
2b37049c22
commit
1054071bd6
42 changed files with 2854 additions and 3231 deletions
|
|
@ -70,9 +70,7 @@ bin_example(char *nam, char **args, char *ops, int func)
|
|||
zsfree(strparam);
|
||||
strparam = ztrdup(*oargs ? *oargs : "");
|
||||
freearray(arrparam);
|
||||
PERMALLOC {
|
||||
arrparam = arrdup(oargs);
|
||||
} LASTALLOC;
|
||||
arrparam = zarrdup(oargs);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue