about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Src/exec.c5
1 files changed, 5 insertions, 0 deletions
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;
 
 /**/