From 80e6a7993f153b41ccab87bd0eb04f640595b2d1 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 11 Dec 2017 10:40:13 -0800 Subject: [PATCH] adbd handles $TMPDIR now. Bug: http://b/19635681 Test: printenv Change-Id: I5a957a5e68739bdbc2415962c0b9cd93e154090e --- mkshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/mkshrc b/mkshrc index d230b1f..778cf09 100644 --- 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=$?