diff options
-rw-r--r-- | src/src/expand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/expand.c b/src/src/expand.c index 3428179d8..45172b1ed 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -7047,6 +7047,7 @@ while (*s) case 2: case 3: goto EXPAND_FAILED; } + if (flags & ESI_SKIPPING) continue; if (sub[1] && *(sub[1])) { |