Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf2062f8 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Set $TMPDIR for `adb shell`."

parents e78accb1 d42df42f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -262,6 +262,7 @@ bool Subprocess::ForkAndExec(std::string* error) {
        env["HOSTNAME"] = GetHostName();
        env["LOGNAME"] = pw->pw_name;
        env["SHELL"] = pw->pw_shell;
        env["TMPDIR"] = "/data/local/tmp";
        env["USER"] = pw->pw_name;
    }