0
0
mirror of https://github.com/termux-pacman/glibc-packages.git synced 2025-02-24 03:55:02 +00:00
glibc-packages/gpkg/bash/error.c.patch
2023-09-10 16:21:23 +03:00

13 lines
428 B
Diff

diff -uNr bash-5.0/error.c bash-5.0.mod/error.c
--- bash-5.0/error.c 2018-10-08 22:16:07.000000000 +0300
+++ bash-5.0.mod/error.c 2019-02-20 14:19:39.265261705 +0200
@@ -430,7 +430,7 @@
static FILE *tracefp = (FILE *)NULL;
if (tracefp == NULL)
- tracefp = fopen("/tmp/bash-trace.log", "a+");
+ tracefp = fopen("@TERMUX_PREFIX_CLASSICAL@/tmp/bash-trace.log", "a+");
if (tracefp == NULL)
tracefp = stderr;