16 lines
442 B
Plaintext
16 lines
442 B
Plaintext
|
---
|
||
|
src/cmd/ksh93/sh/macro.c | 2 -
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- src/cmd/ksh93/sh/macro.c
|
||
|
+++ src/cmd/ksh93/sh/macro.c 2014-07-18 13:50:47.590235743 +0000
|
||
|
@@ -2198,7 +2198,7 @@ static void comsubst(Mac_t *mp,register
|
||
|
mp->shp->inlineno = error_info.line+mp->shp->st.firstline;
|
||
|
t = (Shnode_t*)sh_parse(mp->shp, sp,SH_EOF|SH_NL);
|
||
|
mp->shp->inlineno = c;
|
||
|
- type = 1;
|
||
|
+ type = 3;
|
||
|
}
|
||
|
#if KSHELL
|
||
|
if(t)
|