diff options
-rw-r--r-- | miscutils/make.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/make.c b/miscutils/make.c index d5e7a9516..a152824eb 100644 --- a/miscutils/make.c +++ b/miscutils/make.c | |||
@@ -2813,7 +2813,7 @@ int make_main(int argc UNUSED_PARAM, char **argv) | |||
2813 | // Read built-in rules | 2813 | // Read built-in rules |
2814 | input(NULL, 0); | 2814 | input(NULL, 0); |
2815 | 2815 | ||
2816 | setmacro("SHELL", "/bin/sh", 4); | 2816 | setmacro("SHELL", DEFAULT_SHELL, 4); |
2817 | setmacro("MAKE", path, 4); | 2817 | setmacro("MAKE", path, 4); |
2818 | free((void *)newpath); | 2818 | free((void *)newpath); |
2819 | 2819 | ||