Skip to content

Commit b1bcf0b

Browse files
dschoderrickstolee
authored andcommitted
fixup??? mingw: when path_lookup() failed, try BusyBox
argv_array was renamed to strvec. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 77982ca commit b1bcf0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/mingw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@ static char *is_busybox_applet(const char *cmd)
15651565
struct strbuf buf = STRBUF_INIT;
15661566
char *p;
15671567

1568-
argv_array_pushl(&cp.args, busybox_path, "--help", NULL);
1568+
strvec_pushl(&cp.args, busybox_path, "--help", NULL);
15691569

15701570
if (capture_command(&cp, &buf, 2048)) {
15711571
string_list_append(&applets, "");

0 commit comments

Comments
 (0)