X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=help.c;h=44cee69c11c68381fbdc12a3fb6b7f5bae7f4dfe;hb=abacefe865ea02655b17ba6fad860788c30e7fed;hp=1de9c0d589cd9b615b1b20d60e06b9601d08fe8f;hpb=70a1e331b095f471c0b83fbe3dbd1d9a6c4f6cc3;p=thirdparty%2Fgit.git diff --git a/help.c b/help.c index 1de9c0d589..44cee69c11 100644 --- a/help.c +++ b/help.c @@ -641,6 +641,7 @@ void get_version_info(struct strbuf *buf, int show_build_options) strbuf_addstr(buf, "no commit associated with this build\n"); strbuf_addf(buf, "sizeof-long: %d\n", (int)sizeof(long)); strbuf_addf(buf, "sizeof-size_t: %d\n", (int)sizeof(size_t)); + strbuf_addf(buf, "shell-path: %s\n", SHELL_PATH); /* NEEDSWORK: also save and output GIT-BUILD_OPTIONS? */ } }