X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/69685781db17d2de628090e5e1808f59c1f663ee..99494f82ed0fd5889c330df7b2c67c4c86aae52c:/packages/git/help.c.patch diff --git a/packages/git/help.c.patch b/packages/git/help.c.patch index 18af2d6f..8f9be7f1 100644 --- a/packages/git/help.c.patch +++ b/packages/git/help.c.patch @@ -6,7 +6,7 @@ diff -u -r ../git-2.9.3/help.c ./help.c static const char bad_interpreter_advice[] = N_("'%s' appears to be a git command, but we were not\n" - "able to execute it. Maybe git-%s is broken?"); -+ "able to execute it. Maybe you need to 'apt install perl'?"); ++ "able to execute it. Maybe you need to 'pkg install perl'?"); const char *help_unknown_cmd(const char *cmd) {