summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-10-10 14:30:59 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-10-10 14:30:59 -0700
commit3b4cd1ff758adaf233c823b229599f0e9ec7c21e (patch)
tree9b664742a097bf635ae7b419f11702dd8c0ce561
parentb97f4f62585e8f19282a0724680088a4c0ffa9d2 (diff)
parent0a11d90f496a8f98ea0e01ebc7a001fdd1480675 (diff)
downloadandroid_device_common-3b4cd1ff758adaf233c823b229599f0e9ec7c21e.tar.gz
android_device_common-3b4cd1ff758adaf233c823b229599f0e9ec7c21e.tar.bz2
android_device_common-3b4cd1ff758adaf233c823b229599f0e9ec7c21e.zip
am 0a11d90f: am 0a793bd9: Properly filter paths to locate device directories
* commit '0a11d90f496a8f98ea0e01ebc7a001fdd1480675': Properly filter paths to locate device directories
-rwxr-xr-xgenerate-blob-lists.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh
index c2c3278..0f34ad3 100755
--- a/generate-blob-lists.sh
+++ b/generate-blob-lists.sh
@@ -83,7 +83,7 @@ fi
for DEVICENAME in $DEVICES
do
- MANUFACTURERNAME=$( find device -type d | grep [^/]\*/[^/]\*/$DEVICENAME\$ | cut -f 2 -d / )
+ MANUFACTURERNAME=$( find device -type d | grep ^[^/]\*/[^/]\*/$DEVICENAME\$ | cut -f 2 -d / )
if test $(wc -l < $ARCHIVEDIR/$DEVICENAME-without.txt) != 0 -a $(wc -l < $ARCHIVEDIR/$DEVICENAME-with.txt) != 0
then
(