From 209d85b9fac5ebaef63dd952ec3b4f79144f6f52 Mon Sep 17 00:00:00 2001 From: "Ciprian Dorin, Craciun" Date: Tue, 22 Nov 2011 02:11:50 +0200 Subject: [PATCH] Renamed `python` to `python2`. --- src/browse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browse.cc b/src/browse.cc index 2e74206..64a6bcb 100644 --- a/src/browse.cc +++ b/src/browse.cc @@ -46,7 +46,7 @@ void RunBrowsePython(State* /* state */, const char* ninja_command, // exec Python, telling it to run the program from stdin. const char* command[] = { - "python", "-", ninja_command, initial_target, NULL + "python2", "-", ninja_command, initial_target, NULL }; execvp(command[0], (char**)command); perror("ninja: execvp"); -- 2.7.4