adbd handles $TMPDIR now.

Bug: http://b/19635681
Test: printenv
Change-Id: I5a957a5e68739bdbc2415962c0b9cd93e154090e
This commit is contained in:
Elliott Hughes 2017-12-11 10:40:13 -08:00
parent 804f955aa6
commit 80e6a7993f

3
mkshrc
View file

@ -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=$?