am d50e04a6: Make script more precise

* commit 'd50e04a62394cbf5796275c103be7050e68c9399':
  Make script more precise
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh
index e147605..c453200 100755
--- a/generate-blob-lists.sh
+++ b/generate-blob-lists.sh
@@ -42,14 +42,14 @@
 fi
 shift
 
-DEVICES=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done)
-
-export LC_ALL=C
-
 repo sync -j32 -n
 repo sync -j32 -n
 repo sync -j2 -l
 
+DEVICES=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done)
+
+export LC_ALL=C
+
 ARCHIVEDIR=archive-$(date +%s)
 if test -d archive-ref
 then
@@ -113,7 +113,7 @@
     (
       cd device/$MANUFACTURERNAME/$DEVICENAME
       git add .
-      git commit -m "$(echo -e 'auto-generated blob list\n\nBug: 4295425')"
+      git commit -m "$(echo -e 'auto-generated blob list for '$DEVICENAME'\n\nBug: 4295425')"
       if test "$1" != "" -a "$2" != ""
       then
         echo uploading to server $1 branch $2