commit | 493719dc9e0f448f4e5a7a0f38c51cdd200d9c9e | [log] [tgz] |
---|---|---|
author | Christopher Lais <chris+android@zenthought.org> | Sat Feb 12 15:00:06 2011 -0600 |
committer | Christopher Lais <chris+android@zenthought.org> | Sat Feb 12 15:00:06 2011 -0600 |
tree | eb1684194b78e6d4e4ec577bca7e0bfa099f6bc4 | |
parent | 6b424f3c40c17abbb1e49bc7944658b14dce60ea [diff] [blame] |
chkkineto.sh: Allow "ALL" too, per request Change-Id: I29790c2862e1677f967ad7948a48e01854947875
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 @@ r=n fi +if [ "$c" = "ALL" ]; + then + r=n +fi + if [ "$r" = "y" ]; then if [ -f $p ];