summaryrefslogtreecommitdiff
path: root/src/preproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc.c')
-rw-r--r--src/preproc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preproc.c b/src/preproc.c
index 5669ce4..8865968 100644
--- a/src/preproc.c
+++ b/src/preproc.c
@@ -69,6 +69,7 @@ StrVec process_word(Word word, ShellState* shstate) {
Chunk chunk = *get_from_Word(&word, i);
process_chunk(chunk, &split_bui, shstate);
}
+ consolidate_split_builder(&split_bui);
return split_bui.completed_fields;
}