Changeset 883 for trunk/src/ash-messup/main.c
- Timestamp:
- Apr 21, 2007, 10:55:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/main.c
r882 r883 118 118 * Create the root shell instance. 119 119 */ 120 psh = create_root_shell(NULL, argc, argv);120 psh = sh_create_root_shell(NULL, argc, argv); 121 121 if (!psh) 122 122 return 2;
Note:
See TracChangeset
for help on using the changeset viewer.