pick: Update from 1.5.3 to 1.5.4
[termux-packages] / packages / ttyrec / ttyrec.c.patch
index b142c24..08383ab 100644 (file)
@@ -51,7 +51,7 @@ diff -u -r ../ttyrec-1.0.8/ttyrec.c ./ttyrec.c
        shell = getenv("SHELL");
        if (shell == NULL)
 -              shell = "/bin/sh";
-+              shell = "/system/bin/sh";
++              shell = "@TERMUX_PREFIX@/bin/sh";
  
        getmaster();
        fixtty();