diff options
author | Paul Smith <psmith@gnu.org> | 2004-12-05 18:09:31 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2004-12-05 18:09:31 +0000 |
commit | 6c2179059550ac8e9db87c119bc01b8b2959d2ff (patch) | |
tree | e5a68db6fa6625753a80e28ce3dbe5f0b9f4eec8 /make.h | |
parent | 6c9e53d64804a856580876f2019ce4ea1e42b4e0 (diff) | |
download | gunmake-6c2179059550ac8e9db87c119bc01b8b2959d2ff.tar.gz |
Fix bug with SHELL handling: make sure the variable struct is initialized.
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -496,8 +496,6 @@ extern int print_version_flag, print_directory_flag; extern int warn_undefined_variables_flag, posix_pedantic, not_parallel; extern int clock_skew_detected, rebuilding_makefiles; -extern const char *env_shell; - /* can we run commands via 'sh -c xxx' or must we use batch files? */ extern int batch_mode_shell; |