Skip to content

Commit ec85e9a

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committedApr 7, 2021
Merge pull request #3165 from dscho/increase-allowed-length-of-interpreter-path
mingw: allow for longer paths in `parse_interpreter()`
2 parents a7dd099 + e420117 commit ec85e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compat/mingw.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ static const char *quote_arg_msys2(const char *arg)
14811481

14821482
static const char *parse_interpreter(const char *cmd)
14831483
{
1484-
static char buf[100];
1484+
static char buf[248];
14851485
char *p, *opt;
14861486
int n, fd;
14871487

0 commit comments

Comments
 (0)
Please sign in to comment.