summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-12-12 00:29:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-12-12 00:29:50 +0000
commitab3794bf039b656a72cc0a68c3674bd5b0954eee (patch)
treeb6ea5293f840f36ebd7805f395dc8ed37f01b691
parent804f955aa62ce5af8ef29237732e72489915f7b3 (diff)
parent80e6a7993f153b41ccab87bd0eb04f640595b2d1 (diff)
downloadmksh-ab3794bf039b656a72cc0a68c3674bd5b0954eee.tar.gz
Merge "adbd handles $TMPDIR now."android-wear-8.0.0_r1
-rw-r--r--mkshrc3
1 files changed, 0 insertions, 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=$?