Docs: options after "run" of ${run } may not have space. Bug 2932
[exim.git] / src / src / expand.c
index 6dcd450628d8d7c9599b224642af70551bb52a3d..9f80439cbae87b0db0cebcd626885b7f074e9122 100644 (file)
@@ -5630,7 +5630,6 @@ while (*s)
       /* Handle options to the "run" */
 
       while (*s == ',')
-       {
        if (Ustrncmp(++s, "preexpand", 9) == 0)
          { late_expand = FALSE; s += 9; }
        else
@@ -5641,7 +5640,6 @@ while (*s)
                                                  (int)(t-s), s);
          goto EXPAND_FAILED;
          }
-       }
       Uskip_whitespace(&s);
 
       if (*s != '{')                                   /*}*/