Ignore:
Timestamp:
Oct 6, 2007, 11:19:19 PM (18 years ago)
Author:
bird
Message:

moving globals into shinstance...

File:
1 edited

Legend:

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

    r883 r1198  
    116116        sh_sigemptyset(&nsigset);
    117117        sh_sigprocmask(psh, SIG_SETMASK, &nsigset, NULL);
    118         if (psh->rootshell && psh->iflag)
     118        if (psh->rootshell && iflag(psh))
    119119                exraise(psh, EXINT);
    120120        else {
Note: See TracChangeset for help on using the changeset viewer.