summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
diff options
context:
space:
mode:
authorBrett Chabot <>2009-03-31 14:53:34 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-31 14:53:34 -0700
commit03e1e28c199be8e2527aa618502d2b55b405b1ea (patch)
treece4fae525011f7af684db6f577b5d41db1102404 /envsetup.sh
parente253d822dd45ce09aaf8daa92a90e0c9b01c8c32 (diff)
downloadbuild-03e1e28c199be8e2527aa618502d2b55b405b1ea.zip
build-03e1e28c199be8e2527aa618502d2b55b405b1ea.tar.gz
build-03e1e28c199be8e2527aa618502d2b55b405b1ea.tar.bz2
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
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/envsetup.sh b/envsetup.sh
index bccf7c9..d15abcb 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -975,7 +975,7 @@ function runtest()
}
# simple shortcut to the runtest.py command
-function runtest.py()
+function runtest_py()
{
T=$(gettop)
if [ ! "$T" ]; then