summaryrefslogtreecommitdiffstats
path: root/prebuilt
diff options
context:
space:
mode:
authorChristopher Lais <chris+android@zenthought.org>2011-02-12 15:00:06 -0600
committerChristopher Lais <chris+android@zenthought.org>2011-02-12 15:00:06 -0600
commit493719dc9e0f448f4e5a7a0f38c51cdd200d9c9e (patch)
treeeb1684194b78e6d4e4ec577bca7e0bfa099f6bc4 /prebuilt
parent6b424f3c40c17abbb1e49bc7944658b14dce60ea (diff)
downloadvendor_replicant-493719dc9e0f448f4e5a7a0f38c51cdd200d9c9e.zip
vendor_replicant-493719dc9e0f448f4e5a7a0f38c51cdd200d9c9e.tar.gz
vendor_replicant-493719dc9e0f448f4e5a7a0f38c51cdd200d9c9e.tar.bz2
chkkineto.sh: Allow "ALL" too, per request
Change-Id: I29790c2862e1677f967ad7948a48e01854947875
Diffstat (limited to 'prebuilt')
-rw-r--r--prebuilt/common/bin/chkkineto.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/prebuilt/common/bin/chkkineto.sh b/prebuilt/common/bin/chkkineto.sh
index 41f4d96..b94936e 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 ];