summaryrefslogtreecommitdiffstats
path: root/prebuilt/common/bin/chkkineto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'prebuilt/common/bin/chkkineto.sh')
-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 ];