0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-31 20:12:26 +00:00
termux-packages/packages/zsh/tmp_path.patch
TomIO d6856a4caf fix(main/zsh): Fix heredoc temp file creation (#22381)
Co-authored-by: Robert Kirkman <31490854+robertkirkman@users.noreply.github.com>
2024-11-25 01:34:37 +01:00

12 lines
405 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -3212,7 +3212,7 @@ AH_TOP([/***** begin user configuration section *****/
#define DEFAULT_FCEDIT "vi"
/* The default prefix for temporary files */
-#define DEFAULT_TMPPREFIX "/tmp/zsh"
+#define DEFAULT_TMPPREFIX "@TERMUX_PREFIX@/tmp/zsh"
/***** end of user configuration section *****/
/***** shouldn't have to change anything below here *****/