You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
522 B
13 lines
522 B
5 years ago
|
diff -uNr slang-2.3.2/slsh/lib/rline/editor.sl slang-2.3.2.mod/slsh/lib/rline/editor.sl
|
||
|
--- slang-2.3.2/slsh/lib/rline/editor.sl 2018-03-05 01:16:36.000000000 +0200
|
||
|
+++ slang-2.3.2.mod/slsh/lib/rline/editor.sl 2020-01-01 20:12:53.948531400 +0200
|
||
|
@@ -10,7 +10,7 @@
|
||
|
variable RLine_Tmp_Dir;
|
||
|
private define open_tmp_file (prefix, ext)
|
||
|
{
|
||
|
- variable dir, dirs = ["/tmp", "$HOME"$];
|
||
|
+ variable dir, dirs = ["@TERMUX_PREFIX@/tmp", "$HOME"$];
|
||
|
if (__is_initialized (&RLine_Tmp_Dir))
|
||
|
dirs = [RLine_Tmp_Dir, dirs];
|
||
|
|