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 ];