mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-15 17:03:11 +00:00
12 lines
258 B
Diff
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);
|