Subversion Repositories SvarDOS

Rev

Rev 576 | Rev 949 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 576 Rev 577
Line 869... Line 869...
869
 
869
 
870
    /* update rmod's ptr to COMPSPEC so it is always up to date */
870
    /* update rmod's ptr to COMPSPEC so it is always up to date */
871
    rmod_updatecomspecptr(rmod->rmodseg, *rmod_envseg);
871
    rmod_updatecomspecptr(rmod->rmodseg, *rmod_envseg);
872
 
872
 
873
    /* handle redirections (if any) */
873
    /* handle redirections (if any) */
874
    i = redir_parsecmd(&redirprops, cmdline, rmod->awaitingcmd);
874
    i = redir_parsecmd(&redirprops, cmdline, rmod->awaitingcmd, *rmod_envseg);
875
    if (i != 0) {
875
    if (i != 0) {
876
      nls_outputnl_doserr(i);
876
      nls_outputnl_doserr(i);
877
      rmod->awaitingcmd[0] = 0;
877
      rmod->awaitingcmd[0] = 0;
878
      continue;
878
      continue;
879
    }
879
    }