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

Change-Id: I29790c2862e1677f967ad7948a48e01854947875
gugelfrei
Christopher Lais 14 years ago
parent 6b424f3c40
commit 493719dc9e

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

Loading…
Cancel
Save