Changeset 7938 for trunk/Ohana/src/opihi/lib.shell/startup.c
- Timestamp:
- Jul 19, 2006, 10:26:59 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/startup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/startup.c
r7917 r7938 121 121 rcfile = get_variable ("RCFILE"); 122 122 sprintf (line, "input %s/%s", home, rcfile); 123 status = command (line, &outline );123 status = command (line, &outline, TRUE); 124 124 if (outline != (char *) NULL) free (outline); 125 125 } … … 144 144 ALLOCATE (line, char, 1024); 145 145 sprintf (line, "input %s", list[i]); 146 status = command (line, &outline );146 status = command (line, &outline, TRUE); 147 147 if (outline != (char *) NULL) free (outline); 148 148 }
Note:
See TracChangeset
for help on using the changeset viewer.
