db8b5b018f
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ksh#642af4d65a6ae8825306305765a595a6f10eba47
13 lines
426 B
Diff
13 lines
426 B
Diff
diff --git a/src/cmd/ksh93/sh/parse.c b/src/cmd/ksh93/sh/parse.c
|
|
index d139389..5a02af7 100644
|
|
--- a/src/cmd/ksh93/sh/parse.c
|
|
+++ b/src/cmd/ksh93/sh/parse.c
|
|
@@ -2032,6 +2032,7 @@ unsigned long kiaentity(Lex_t *lexp,const char *name,int len,int type,int first,
|
|
else
|
|
sfputr(stkp,name,0);
|
|
}
|
|
+ sfputc(stkp,'\0');
|
|
np = nv_search(stakptr(offset),lexp->entity_tree,NV_ADD);
|
|
stkseek(stkp,offset);
|
|
np->nvalue.i = pkind;
|