Merge "adbd handles $TMPDIR now."

This commit is contained in:
Elliott Hughes 2017-12-12 00:29:50 +00:00 committed by Gerrit Code Review
commit ab3794bf03

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