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.
12 lines
431 B
12 lines
431 B
diff -u -r ../node-v10.9.0/lib/os.js ./lib/os.js
|
|
--- ../node-v10.9.0/lib/os.js 2018-08-15 13:53:34.000000000 +0000
|
|
+++ ./lib/os.js 2018-08-23 20:42:39.611186774 +0000
|
|
@@ -130,7 +130,7 @@
|
|
path = safeGetenv('TMPDIR') ||
|
|
safeGetenv('TMP') ||
|
|
safeGetenv('TEMP') ||
|
|
- '/tmp';
|
|
+ '@TERMUX_PREFIX@/tmp';
|
|
if (path.length > 1 && path.endsWith('/'))
|
|
path = path.slice(0, -1);
|
|
}
|
|
|