OSDN Git Service

adbd handles $TMPDIR now.
authorElliott Hughes <enh@google.com>
Mon, 11 Dec 2017 18:40:13 +0000 (10:40 -0800)
committerElliott Hughes <enh@google.com>
Mon, 11 Dec 2017 18:40:13 +0000 (10:40 -0800)
Bug: http://b/19635681
Test: printenv
Change-Id: I5a957a5e68739bdbc2415962c0b9cd93e154090e

mkshrc

diff --git a/mkshrc b/mkshrc
index d230b1f..778cf09 100644 (file)
--- a/mkshrc
+++ b/mkshrc
@@ -6,9 +6,6 @@
 #
 # Support: https://launchpad.net/mksh
 
-: ${TMPDIR:=/data/local/tmp}
-export TMPDIR
-
 if (( USER_ID )); then PS1='$'; else PS1='#'; fi
 PS4='[$EPOCHREALTIME] '; PS1='${|
        local e=$?