Changeset 1847 for trunk/src/kmk/function.c
- Timestamp:
- Oct 12, 2008, 6:25:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r1838 r1847 3942 3942 if (i) 3943 3943 o = variable_buffer_output (o, cmd_sep, cmd_sep_len); 3944 o = variable_expand_for_file_2 (o, cmds->command_lines[i], file);3944 o = variable_expand_for_file_2 (o, cmds->command_lines[i], ~0U, file, NULL); 3945 3945 3946 3946 /* Skip it if it has a '%' prefix or is blank. */
Note:
See TracChangeset
for help on using the changeset viewer.