chkkineto.sh: Allow "ALL" too, per request

Change-Id: I29790c2862e1677f967ad7948a48e01854947875
This commit is contained in:
Christopher Lais 2011-02-12 15:00:06 -06:00
parent 6b424f3c40
commit 493719dc9e

View File

@ -17,6 +17,11 @@ if [ "$c" = "GOOGLE" ];
r=n r=n
fi fi
if [ "$c" = "ALL" ];
then
r=n
fi
if [ "$r" = "y" ]; if [ "$r" = "y" ];
then then
if [ -f $p ]; if [ -f $p ];