Changeset 1222 for trunk/src/kash/show.c


Ignore:
Timestamp:
Oct 8, 2007, 2:24:31 AM (18 years ago)
Author:
bird
Message:

more fixes - it all compiles now (linking fails of course).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/show.c

    r1218 r1222  
    172172        if (arg->type != NARG) {
    173173                printf("<node type %d>\n", arg->type);
    174                 abort();
     174                sh_abort(psh);
    175175        }
    176176        bqlist = arg->narg.backquote;
Note: See TracChangeset for help on using the changeset viewer.