Changeset 1222 for trunk/src/kash/exec.c
- Timestamp:
- Oct 8, 2007, 2:24:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/exec.c
r1218 r1222 1135 1135 out1fmt(psh, "%s\n", name); 1136 1136 } else { 1137 if ( access(arg, X_OK) == 0) {1137 if (shfile_access(&psh->fdtab, arg, X_OK) == 0) { 1138 1138 if (!v_flag) 1139 1139 out1fmt(psh, " is ");
Note:
See TracChangeset
for help on using the changeset viewer.