Rename run_command2() to run_command()
This is a more sensible name, so rename it. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
committed by
Wolfgang Denk
parent
f47360a74e
commit
009dde1955
@@ -537,7 +537,7 @@ static int label_localboot(struct pxe_label *label)
|
||||
|
||||
printf("running: %s\n", dupcmd);
|
||||
|
||||
ret = run_command2(dupcmd, 0);
|
||||
ret = run_command(dupcmd, 0);
|
||||
|
||||
free(dupcmd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user