Changeset 1222 for trunk/src/kash/exec.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/exec.c

    r1218 r1222  
    11351135                                out1fmt(psh, "%s\n", name);
    11361136                        } else {
    1137                                 if (access(arg, X_OK) == 0) {
     1137                                if (shfile_access(&psh->fdtab, arg, X_OK) == 0) {
    11381138                                        if (!v_flag)
    11391139                                                out1fmt(psh, " is ");
Note: See TracChangeset for help on using the changeset viewer.