preload-hacks: Some patches to make it work.
[termux-packages] / packages / git / help.c.patch
index 18af2d6..8f9be7f 100644 (file)
@@ -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)
  {