Changeset 652 for trunk/user/ksh/ksh.c
- Timestamp:
- Nov 14, 2019, 3:56:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/ksh/ksh.c
r647 r652 61 61 #define DEBUG_CMD_CAT 0 62 62 #define DEBUG_CMD_CP 0 63 #define DEBUG_CMD_LOAD 163 #define DEBUG_CMD_LOAD 0 64 64 #define DEBUG_CMD_LS 0 65 65 #define DEBUG_CMD_PS 0 … … 1226 1226 1227 1227 1228 / *1. first direct command1228 // 1. first direct command 1229 1229 if( sem_wait( &semaphore ) ) 1230 1230 { … … 1238 1238 execute( cmd ); 1239 1239 } 1240 */1240 // 1241 1241 1242 1242
Note: See TracChangeset
for help on using the changeset viewer.