From 7d0767f1e268f5ef42f3c2c817d913cbc329f9e2 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 14 Feb 2000 09:33:16 +0000 Subject: zsh-workers/9705 --- Src/exec.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Src/exec.c b/Src/exec.c index 7ea1147b6..cfcc9b9d8 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -1505,6 +1505,11 @@ setunderscore(char *str) } } +/* These describe the type of espansions that need to be done on the words + * used in the thing we are about to execute. They are set in execcmd() and + * used in execsubst() which might be called from one of the functions + * called from execcmd() (like execfor() and so on). */ + static int esprefork, esglob = 1; /**/ -- cgit 1.4.1