summaryrefslogtreecommitdiff
path: root/job.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1998-10-03 05:39:55 +0000
committerPaul Smith <psmith@gnu.org>1998-10-03 05:39:55 +0000
commit1e5a440ef415b423755f90fff8176e19bb9eac64 (patch)
tree4603a4b4e5ec9a6366e02f5ece9b6f6e9371084c /job.h
parent04eac7d54620ca1bd161911053eb9233b4dd97a0 (diff)
downloadmake-1e5a440ef415b423755f90fff8176e19bb9eac64.tar.gz
Checkpoint changes. Bug fixes, mostly.
Diffstat (limited to 'job.h')
-rw-r--r--job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/job.h b/job.h
index eaac4921..d60247ad 100644
--- a/job.h
+++ b/job.h
@@ -44,7 +44,7 @@ struct child
unsigned int good_stdin:1; /* Nonzero if this child has a good stdin. */
unsigned int deleted:1; /* Nonzero if targets have been deleted. */
- char* sh_batch_file; /* used to execute shell commands via scripts */
+ char *sh_batch_file; /* Script file for shell commands */
};
extern struct child *children;