Changeset 1222 for trunk/src/kash/show.c
- Timestamp:
- Oct 8, 2007, 2:24:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/show.c
r1218 r1222 172 172 if (arg->type != NARG) { 173 173 printf("<node type %d>\n", arg->type); 174 abort();174 sh_abort(psh); 175 175 } 176 176 bqlist = arg->narg.backquote;
Note:
See TracChangeset
for help on using the changeset viewer.