From 493719dc9e0f448f4e5a7a0f38c51cdd200d9c9e Mon Sep 17 00:00:00 2001 From: Christopher Lais Date: Sat, 12 Feb 2011 15:00:06 -0600 Subject: [PATCH] chkkineto.sh: Allow "ALL" too, per request Change-Id: I29790c2862e1677f967ad7948a48e01854947875 --- prebuilt/common/bin/chkkineto.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/prebuilt/common/bin/chkkineto.sh b/prebuilt/common/bin/chkkineto.sh index 41f4d96f..b94936e2 100644 --- a/prebuilt/common/bin/chkkineto.sh +++ b/prebuilt/common/bin/chkkineto.sh @@ -17,6 +17,11 @@ if [ "$c" = "GOOGLE" ]; r=n fi +if [ "$c" = "ALL" ]; + then + r=n +fi + if [ "$r" = "y" ]; then if [ -f $p ];