commit | 03e1e28c199be8e2527aa618502d2b55b405b1ea | [log] [tgz] |
---|---|---|
author | Brett Chabot | Tue Mar 31 14:53:34 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 31 14:53:34 2009 -0700 |
tree | ce4fae525011f7af684db6f577b5d41db1102404 | |
parent | e253d822dd45ce09aaf8daa92a90e0c9b01c8c32 [diff] [blame] |
AI 143784: am: CL 143737 Fix kernel build: remove the '.' from runtest.py shortcut Original author: brettchabot Merged from: //branches/cupcake/... Automated import of CL 143784
diff --git a/envsetup.sh b/envsetup.sh index bccf7c9..d15abcb 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -975,7 +975,7 @@ } # simple shortcut to the runtest.py command -function runtest.py() +function runtest_py() { T=$(gettop) if [ ! "$T" ]; then