From 1658f5685bd396ce6bfd8e4822f4a9363eb4a4c9 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 14 May 2019 22:25:26 +0300 Subject: Fix behaviour of $* and $@ in quoted context --- include/wordsplit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/wordsplit.h b/include/wordsplit.h index d4975b3..2fac3c6 100644 --- a/include/wordsplit.h +++ b/include/wordsplit.h @@ -120,6 +120,7 @@ struct wordsplit be allocated with malloc(3). */ struct wordsplit_node *ws_head, *ws_tail; /* Doubly-linked list of parsed out nodes. */ + char ws_sep[2]; /* Temporary storage used during splitting */ int ws_lvl; /* Invocation nesting level. */ }; -- cgit v1.2.1