From 496afad240b3cbb8030b787b58342c946c8277e0 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Wed, 12 Sep 2012 10:58:00 -0700 Subject: [PATCH] Always read bugreports from EXTERNAL_STORAGE. Bug: 7152673 Change-Id: Ibff4503ef21816bfe936eeba89183d1647c85043 --- bugmailer/bugmailer.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bugmailer/bugmailer.sh b/bugmailer/bugmailer.sh index 225b18d2..8b1b7fe6 100755 --- a/bugmailer/bugmailer.sh +++ b/bugmailer/bugmailer.sh @@ -15,11 +15,8 @@ if [ -n "$BUGREPORT_WRITE_PATH" ]; then else writePath="$EXTERNAL_STORAGE" fi -if [ -n "$BUGREPORT_READ_PATH" ]; then - readPath="$BUGREPORT_READ_PATH" -else - readPath="$EXTERNAL_STORAGE" -fi + +readPath="$EXTERNAL_STORAGE" tmpPath="/data/local/tmp" bugreportPath="bugreports" -- 2.11.0