commit | cf1fe40c788d580ef74e41f05988b27af06bf6d6 | [log] [tgz] |
---|---|---|
author | Chirayu Desai <chirayudesai1@gmail.com> | Wed Oct 19 02:58:42 2022 +0530 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed Oct 26 11:15:00 2022 +0200 |
tree | 80c0154bf63eecc939103604db53c7dd5a10d186 | |
parent | 56fbdef3ee57a8857a7de8443fc2d111e3e24b4c [diff] |
Stop using TMPDIR * This is used by a lot of things, and the script removes the entire directory. That can cause issues with other things, that don't expect the root TMPDIR to go away, or some contents within it. * Let's use our own variable * You can still keep setting TMPDIR since mktemp respects that Change-Id: I6c71ce38bab781cd7a8d285499f127c2bf248eb8