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
1 changed files with 5 additions and 0 deletions

View File

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