summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-10-10 14:32:46 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-10-10 14:32:46 -0700
commitcab739fd76b8eb0af596a7e3e3d6ddbbbd9453c0 (patch)
tree8a91199deaac79dfa8a859584f38f4ec7c0aeddd
parentd6bc076405b49f5b02548ceee2f7fd360e277b7c (diff)
parent3b4cd1ff758adaf233c823b229599f0e9ec7c21e (diff)
downloadandroid_device_common-cab739fd76b8eb0af596a7e3e3d6ddbbbd9453c0.tar.gz
android_device_common-cab739fd76b8eb0af596a7e3e3d6ddbbbd9453c0.tar.bz2
android_device_common-cab739fd76b8eb0af596a7e3e3d6ddbbbd9453c0.zip
am 3b4cd1ff: am 0a11d90f: am 0a793bd9: Properly filter paths to locate device directories
* commit '3b4cd1ff758adaf233c823b229599f0e9ec7c21e': 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 059a61c..206e012 100755
--- a/generate-blob-lists.sh
+++ b/generate-blob-lists.sh
@@ -81,7 +81,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
(