diff options
Diffstat (limited to 'Src/subst.c')
-rw-r--r-- | Src/subst.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/subst.c b/Src/subst.c index 885799534..a42b81358 100644 --- a/Src/subst.c +++ b/Src/subst.c @@ -245,11 +245,13 @@ globlist(LinkList list, int nountok) mod_export void singsub(char **s) { + int omi = mult_isarr; local_list1(foo); init_list1(foo, *s); prefork(&foo, PF_SINGLE); + mult_isarr = omi; if (errflag) return; *s = (char *) ugetnode(&foo); |