aboutsummaryrefslogtreecommitdiff
path: root/boot/boot_script.c
Commit message (Collapse)AuthorAgeFilesLines
* Include <stdio.h>.Michael I. Bushnell1996-04-151-181/+148
|
* (read_file): Pass CMD->path for file name.Roland McGrath1995-09-281-2/+4
| | | | | (CHECK_CMDLINE_LEN): Update ARGV pointers after reallocating the line buffer.
* (read_file): New function.Roland McGrath1995-09-271-1/+11
| | | | (builtin_symbols): Add $(read-file) builtin.
* (boot_script_parse_line): Ignore line beginning with #.Roland McGrath1995-09-231-0/+3
|
* Updated by Shantanu Goel, to accept action keywords only inside $(...) andRoland McGrath1995-08-281-126/+103
| | | | only variable values inside ${...}.
* Initial revisionRoland McGrath1995-08-231-0/+861