Changeset 3440 for trunk/src/kash/parser.c
- Timestamp:
- Sep 10, 2020, 1:38:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/parser.c
r3439 r3440 1204 1204 1205 1205 np = (union node *)stalloc(psh, sizeof (struct nfile)); 1206 np->nfile.expfname = NULL; 1206 1207 if (c == '>') { 1207 1208 np->nfile.fd = 1; … … 1793 1794 ppnext = &dst->next; 1794 1795 dst->n = copyparsetree(psh, src->n); 1796 src = src->next; 1795 1797 } 1796 1798 }
Note:
See TracChangeset
for help on using the changeset viewer.