Ignore:
Timestamp:
Sep 9, 2012, 7:21:48 PM (13 years ago)
Author:
bird
Message:

kash: Fixes for hash-bang-scripts on windows. Related debug tracing fix. Another CWD slash fix. Fixed a couple of assertions.

File:
1 edited

Legend:

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

    r2290 r2652  
    261261        for (i = 0; psh->optlist[i].name; i++)
    262262                psh->optlist[i].val = 0;
     263# if DEBUG == 2
     264        debug(psh) = 1;
     265# endif
    263266        optschanged(psh);
    264 
    265267}
    266268#endif
Note: See TracChangeset for help on using the changeset viewer.