commit | fbc6f25712362b1f9b7b8970a96833ed0be0f12c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jun 23 19:44:23 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Mon Jun 23 19:44:23 2014 +0000 |
tree | 2e7f389c07214eac124b54e05ed3a5cdc93eed32 | |
parent | cd66e5ca0a8ab3235b5a49c904a692ff9142999e [diff] | |
parent | c04b4455689280fad51d48a5587fd93aa8980d01 [diff] |
am c04b4455: Merge "Updated gdbclient path support." * commit 'c04b4455689280fad51d48a5587fd93aa8980d01': Updated gdbclient path support.
diff --git a/envsetup.sh b/envsetup.sh index 7bb56ae..4791579 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -995,6 +995,9 @@ local EXE="$1" if [ "$EXE" ] ; then EXE=$1 + if [[ $EXE =~ ^[^/].* ]] ; then + EXE="system/bin/"$EXE + fi else EXE="app_process" fi