Changeset 2463 for trunk/ash/eval.c
- Timestamp:
- Nov 19, 2005, 4:58:38 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ash/eval.c
r2462 r2463 606 606 static char *sys_path = NULL; 607 607 static int mib[] = {CTL_USER, USER_CS_PATH}; 608 #ifdef PC_PATH_SEP 609 static char def_path[] = "PATH=/usr/bin;/bin;/usr/sbin;/sbin"; 610 #else 608 611 static char def_path[] = "PATH=/usr/bin:/bin:/usr/sbin:/sbin"; 612 #endif 609 613 size_t len; 610 614 … … 1014 1018 } 1015 1019 handler = savehandler; 1016 flushall();1020 output_flushall(); 1017 1021 out1 = &output; 1018 1022 out2 = &errout;
Note:
See TracChangeset
for help on using the changeset viewer.