From 03e1e28c199be8e2527aa618502d2b55b405b1ea Mon Sep 17 00:00:00 2001 From: Brett Chabot <> Date: Tue, 31 Mar 2009 14:53:34 -0700 Subject: [PATCH] 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 --- envsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envsetup.sh b/envsetup.sh index bccf7c9c9..d15abcbf3 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