0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-15 17:03:11 +00:00
Files
termux-packages/packages/libduckdb/tools-shell-shell.c.patch
2025-02-24 20:11:44 +05:30

12 lines
258 B
Diff

--- a/tools/shell/shell.cpp
+++ b/tools/shell/shell.cpp
@@ -2962,7 +2962,7 @@
#ifdef _WIN32
zTemp = "\\tmp";
#else
- zTemp = "/tmp";
+ zTemp = "@TERMUX_PREFIX@/tmp";
#endif
}
zTempFile = sqlite3_mprintf("%s/temp%llx.%s", zTemp, r, zSuffix);